mirror of
https://gitlab.com/futile/thingy.git
synced 2026-07-21 08:10:07 +00:00
i think i'm retarded
This commit is contained in:
@@ -98,6 +98,12 @@ sudo systemctl enable --now docker
|
||||
sudo docker run hello-world
|
||||
banner bottom "installed docker"
|
||||
|
||||
# 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"
|
||||
|
||||
# install (& configure) fish
|
||||
banner top "installing fish"
|
||||
sudo dnf install -y fish
|
||||
@@ -108,15 +114,9 @@ banner bottom "installed fish"
|
||||
|
||||
# install (& configure) cron
|
||||
banner top "installing cron"
|
||||
sudo dnf install cronie
|
||||
sudo dnf install -y 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
|
||||
echo -e "done! please log out and log back in\n"
|
||||
|
||||
Reference in New Issue
Block a user