more sturdy
This commit is contained in:
parent
e413dda660
commit
c1bbf1520b
1 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
";
|
||||
|
|
Loading…
Add table
Reference in a new issue