update system-setup.sh
This commit is contained in:
@@ -106,9 +106,16 @@ fish -c "set -U fish_greeting"
|
|||||||
fish -c "set -Ux EDITOR $(which micro)"
|
fish -c "set -Ux EDITOR $(which micro)"
|
||||||
banner bottom "installed fish"
|
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
|
# install misc
|
||||||
banner top "installing other packages"
|
banner top "installing other packages"
|
||||||
sudo dnf install -y micro btop fastfetch
|
sudo dnf install -y micro btop fastfetch
|
||||||
|
curl -fsSL https://vykar.borgbase.com/install.sh | sh
|
||||||
banner bottom "installed other packages"
|
banner bottom "installed other packages"
|
||||||
|
|
||||||
# finish
|
# finish
|
||||||
|
|||||||
Reference in New Issue
Block a user