This commit is contained in:
Adam 2023-02-06 01:47:19 -05:00
parent b714cc3b51
commit 5278d2e1a1

View file

@ -34,13 +34,13 @@ elif [[ $OS == *buntu* ]]; then
sudo apt-get -y install git rsync && sudo apt-get -y install git rsync &&
git clone https://github.com/adoyle0/Doors.git .doors && git clone https://github.com/adoyle0/Doors.git .doors &&
.doors/.scripts/doors/install_min_ubuntu .doors/.scripts/doors/install_min_ubuntu
fi fi
# Copy it # send it
cd && cd &&
rsync -avzP .doors/ . rsync -avzP .doors/ .
# git # cleanup
cd && cd &&
rm -rf .git rm -rf .git &&
rm -rf .doors