This commit is contained in:
2023-11-19 23:58:58 -06:00
parent ded9963beb
commit 60b6fe9bff

View File

@@ -1,12 +1,17 @@
#!/bin/sh #!/bin/sh
touch $HOME/.hushlogin cd $HOME
apt update # =========================================================
apt upgrade -y # RUN MY GENERIC SETUP SCRIPT
apt dist-upgrade -y # =========================================================
git clone https://gitea.local.wvr.sh/mitch/linux-setup.git
cd linux-setup
sh setup.sh
cp update.sh $HOME/
chmod +x update.sh
# =========================================================