i think i'm retarded
This commit is contained in:
@@ -98,6 +98,12 @@ sudo systemctl enable --now docker
|
|||||||
sudo docker run hello-world
|
sudo docker run hello-world
|
||||||
banner bottom "installed docker"
|
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
|
# install (& configure) fish
|
||||||
banner top "installing fish"
|
banner top "installing fish"
|
||||||
sudo dnf install -y fish
|
sudo dnf install -y fish
|
||||||
@@ -108,15 +114,9 @@ banner bottom "installed fish"
|
|||||||
|
|
||||||
# install (& configure) cron
|
# install (& configure) cron
|
||||||
banner top "installing cron"
|
banner top "installing cron"
|
||||||
sudo dnf install cronie
|
sudo dnf install -y cronie
|
||||||
sudo systemctl enable --now crond
|
sudo systemctl enable --now crond
|
||||||
banner bottom "installed cron"
|
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
|
# finish
|
||||||
echo -e "done! please log out and log back in\n"
|
echo -e "done! please log out and log back in\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user