clean up
This commit is contained in:
parent
b714cc3b51
commit
5278d2e1a1
1 changed files with 4 additions and 4 deletions
|
@ -34,13 +34,13 @@ elif [[ $OS == *buntu* ]]; then
|
|||
sudo apt-get -y install git rsync &&
|
||||
git clone https://github.com/adoyle0/Doors.git .doors &&
|
||||
.doors/.scripts/doors/install_min_ubuntu
|
||||
|
||||
fi
|
||||
|
||||
# Copy it
|
||||
# send it
|
||||
cd &&
|
||||
rsync -avzP .doors/ .
|
||||
|
||||
# git
|
||||
# cleanup
|
||||
cd &&
|
||||
rm -rf .git
|
||||
rm -rf .git &&
|
||||
rm -rf .doors
|
||||
|
|
Loading…
Add table
Reference in a new issue