Compare commits

..
2 Commits
Author SHA1 Message Date
Siim c2d237d3e6 Merge pull request 'Added the automated installation of Tailscale & Ghostty. Also made' (#8) from add-ghostty-and-tailscale into main
Reviewed-on: #8
2026-07-22 08:23:14 +02:00
= 7cefbd1526 Added the automated installation of Tailscale & Ghostty. Also made
flatpak update -y a part of the "upup" alias.
2026-07-22 08:21:42 +02:00
+8 -1
View File
@@ -18,6 +18,13 @@ dnf install -y https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-
# Get the nonfree repository (NVIDIA drivers, some codecs)
dnf install -y https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm &> /dev/null
# Add Ghostty
dnf copr enable scottames/ghostty -y &> /dev/null
dnf install ghostty -y &> /dev/null
# Installing Tailscale
curl -fsSL https://tailscale.com/install.sh | sh &> /dev/null
# Update everything so it all plays nice together
echo "Updating everything..."
dnf update --refresh -y &> /dev/null
@@ -89,7 +96,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'" >> $HOME/.bashrc
"alias upup='sudo dnf update --refresh -y && flatpak update -y'" >> $HOME/.bashrc
###Archive support
echo "Installing archive support"