more like that

This commit is contained in:
Adam 2023-02-03 06:15:55 -05:00
parent 68f84d49fc
commit 5d33f782da

View file

@ -32,6 +32,7 @@ if [[ $OS == *Arch* ]]; then
elif [[ $OS == *buntu* ]]; then elif [[ $OS == *buntu* ]]; then
cd && cd &&
sudo apt-get -y install git rsync && sudo apt-get -y install git rsync &&
git clone https://github.com/adoyle0/Doors.git .doors &&
.doors/.scripts/doors/install_min_ubuntu .doors/.scripts/doors/install_min_ubuntu
fi fi