3 Commits
Author SHA1 Message Date
Siim e44cd3f31e Merge pull request 'Update README.md' (#11) from minor-tweak into main
Reviewed-on: #11
2026-07-29 08:00:39 +02:00
= d2149b93a8 Update README.md 2026-07-29 08:00:03 +02:00
= d82a49d9e3 Added sudo so the flatpak update bit will work for the upup alias 2026-07-29 07:53:48 +02:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# Fedora-post-install-script
Just a faster way to speedrun the good parts of [this guide](https://github.com/wz790/Fedora-Noble-Setup?tab=readme-ov-file). Automatically detects AMD, Intel & Nvidia GFX and installs the appropriate drivers
Just a faster way to speedrun the good parts of [this guide](https://github.com/wz790/Fedora-Noble-Setup?tab=readme-ov-file), with some extra pizzaz thrown in. Automatically detects AMD, Intel & Nvidia GFX and installs the appropriate drivers
### YOLO Speedrun this
Are you a busy professional with no time to waste or just a lazy bugger who trusts everything on the Internet? Can't be bothered to save the script manually, make it executable and run it? Don't worry, I've got you covered. Simply copy and paste the following command into your console:
@@ -16,7 +16,7 @@ Trust me bro.
3. Adds better Flatpak support
4. Installs nifty tools: [FastFetch](https://github.com/fastfetch-cli/fastfetch), [Ghostty](https://ghostty.org/) & [Tailscale](https://tailscale.com/)
5. Updates the firmware of your hardware
6. Creates the alias `upup` that updates everything installed via DNF & flatpak. Admit it, you wouldn't be here if you weren't a lazy bastard
6. Creates the command alias `upup` that updates everything installed via DNF & flatpak. Admit it, you wouldn't be here if you weren't a lazy bastard
7. Installs the drivers your GFX needs
8. Installs video codecs
9. Adds support for bluetooth auto-switching, headphone profile to headset profile and vice versa. If you use your computer for Teams/Meet/Zoom calls, you want this.
+1 -1
View File
@@ -99,7 +99,7 @@ sed -i "$ a MultiProfile=multiple" /etc/bluetooth/main.conf
###Adding the update alias
echo "Now you can just use the command 'upup' to update everything."
"alias upup='sudo dnf update --refresh -y && flatpak update -y'" >> $HOME/.bashrc
"alias upup='sudo dnf update --refresh -y && sudo flatpak update -y'" >> $HOME/.bashrc
###Archive support
echo "Installing archive support"