build: modify install.sh

This commit is contained in:
tomchon 2022-04-15 18:58:51 +08:00
parent 05755625b2
commit 02dd966def
1 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,9 @@ echo "script_dir: ${script_dir}"
echo "top_dir: ${top_dir}"
cd ${top_dir}
# git checkout -- .
# git checkout 3.0
# git pull || :
git checkout -- .
git checkout 3.0
git pull || :
echo "curr_dir: ${curr_dir}"