1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-07-31 19:30:12 +02:00

Modified Pull Repo to represent branch

This commit is contained in:
Ryan Greenup
2020-07-21 22:12:02 +10:00
parent cb9968476e
commit 3782651851

View File

@@ -125,7 +125,10 @@ download_the_repo () {
download_the_repo
return
else
git clone https://github.com/RyanGreenup/cadmus "$HOME/.cadmus"
# TODO this is only for testing on makepkg branch !!!
# git clone https://github.com/RyanGreenup/cadmus "$HOME/.cadmus"
git clone https://github.com/RyanGreenup/cadmus/tree/makepkg "$HOME/.cadmus
fi
echo -e "Repository is downloaded\n\n"