From 3782651851373951b94131643c9cf6006e6ff458 Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Tue, 21 Jul 2020 22:12:02 +1000 Subject: [PATCH] Modified Pull Repo to represent branch --- install.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5887d30..dfa5abb 100755 --- a/install.sh +++ b/install.sh @@ -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"