From 517a3ecc59a082db952c0bb6795da1813a4b3f69 Mon Sep 17 00:00:00 2001 From: Jacob Schantli Date: Tue, 3 Mar 2026 17:51:40 -0800 Subject: [PATCH] Upload files to "src" Customised the file with what I want. --- src/App.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index b7ba1f2..c15e87a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,8 +1,8 @@ -import React, { useState } from 'react'; +import { useState } from 'react'; const App = () => { const [copied, setCopied] = useState(false); - const command = 'curl -sSL fedora.schantli.ca/linux | bash'; + const command = 'bash <(curl -sSL fedora.schantli.ca/linux)'; const copyToClipboard = () => { navigator.clipboard.writeText(command).then(() => { @@ -16,11 +16,9 @@ const App = () => { {/* Navigation */} @@ -33,7 +31,7 @@ const App = () => { The Ultimate Post-Install Experience.

- One command to transform your fresh Fedora installation into a fully-optimized workstation. + One command to transform your fresh Fedora installation into how I like it.

{/* Terminal Component */} @@ -65,7 +63,7 @@ const App = () => {

- Works with Fedora 39+, Silverblue, and Spin editions. + Works with Fedora 43+ Workstation Edition (GNOME).

@@ -88,16 +86,16 @@ const App = () => {

Curated Software

- Auto-installs RPM Fusion, multimedia codecs, essential dev tools, and your choice of popular Flatpaks. + Auto-installs RPM Fusion, multimedia codecs, essential dev tools, and Flatpaks.

-

Desktop Polish

+

Setup how I like it

- Clean typography, refined GNOME/KDE settings, and a professional look and feel right out of the box. + This post install script was created for personal use. It is setup how I like my Fedora installation. Use it if you like.