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 = () => {- 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.
- 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.