This commit is contained in:
John 2022-05-05 16:31:48 -05:00
parent e78470d6f7
commit 63d0b5aee3

View File

@ -48,7 +48,7 @@ elif which apt; then
dryrun $ELEVATE apt-get install git -y
fi #? TODO: other package managers?
echo "Cloning repository into $gitdir"
printf "\nCloning repository into $gitdir\n"
dryrun mkdir "$gitdir"
cd $gitdir && dryrun git clone "$repouri"