diff --git a/scripts/system-setup.sh b/scripts/system-setup.sh index 51e8e40..78a6bfa 100644 --- a/scripts/system-setup.sh +++ b/scripts/system-setup.sh @@ -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