mirror of
https://gitlab.com/futile/thingy.git
synced 2026-07-21 08:10:07 +00:00
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)"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user