From 46ab9402952e8789001487c3579b8a39f904ccc7 Mon Sep 17 00:00:00 2001 From: futile Date: Sat, 18 Jul 2026 20:50:11 +0100 Subject: [PATCH] update system-setup.sh --- scripts/system-setup.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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