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 &&
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue