Explorar o código

add checkout for install.sh script

blezz-tech hai 2 semanas
pai
achega
425e5560fd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      bin/install.sh

+ 1 - 0
bin/install.sh

@@ -40,6 +40,7 @@ update_repository() {
         # If the directory exists, then do a git pull
         echo "Updating $repo_dir..."
         cd "$repo_dir" || exit
+        git checkout $repo_branch
         git pull
         cd - || exit
     else