Added step to install FastFetch

This commit is contained in:
2026-07-22 16:19:02 +02:00
parent dae970f9ba
commit b8ce684431
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -22,6 +22,9 @@ dnf install -y https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-re
dnf copr enable scottames/ghostty -y &> /dev/null
dnf install ghostty -y &> /dev/null
#Add Fastfetch
dnf install fastfetch -y &> /dev/null
# Installing Tailscale
curl -fsSL https://tailscale.com/install.sh | sh &> /dev/null