瀏覽代碼

add checkout for install.sh script

blezz-tech 2 周之前
父節點
當前提交
425e5560fd
共有 1 個文件被更改,包括 1 次插入0 次删除
  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