From 5278d2e1a18ff10d9f8029513e0412a118ce83cd Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Mon, 6 Feb 2023 01:47:19 -0500 Subject: [PATCH] clean up --- .scripts/doors/setup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.scripts/doors/setup b/.scripts/doors/setup index e9f35ab..fdf4e1c 100755 --- a/.scripts/doors/setup +++ b/.scripts/doors/setup @@ -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