more sturdy

This commit is contained in:
Adam 2023-02-03 04:43:03 -05:00
parent e413dda660
commit c1bbf1520b

View file

@ -5,6 +5,10 @@ echo "
=======================================================
"
if test -d Doors; then
rm -rf Doors
fi
. /etc/os-release
OS=$NAME
@ -20,10 +24,3 @@ if [[ $OS == *Arch* ]]; then
elif [[ $OS == *buntu* ]]; then
.scripts/doors/install_min_ubuntu
fi
echo "
========================
logout and log back in
========================
plz
";