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