update system-setup.sh

This commit is contained in:
2026-07-18 20:50:11 +01:00
parent 5ab2640110
commit 46ab940295
+7
View File
@@ -106,9 +106,16 @@ fish -c "set -U fish_greeting"
fish -c "set -Ux EDITOR $(which micro)"
banner bottom "installed fish"
# install (& configure) cron
banner top "installing cron"
sudo dnf install cronie
sudo systemctl enable --now crond
banner bottom "installed cron"
# install misc
banner top "installing other packages"
sudo dnf install -y micro btop fastfetch
curl -fsSL https://vykar.borgbase.com/install.sh | sh
banner bottom "installed other packages"
# finish