mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-19 12:59:48 -07:00
Fixed ps-upgrade with commit hash
This commit is contained in:
parent
021ef0ec63
commit
57479d52ba
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ rm /ps/installed64.txt &> /dev/null
|
||||||
git clone https://github.com/Gator96100/ProxSpace.git /ps-upgrade
|
git clone https://github.com/Gator96100/ProxSpace.git /ps-upgrade
|
||||||
mv /ps-upgrade/msys2/ps/bin/ps-upgrade /ps-upgrade/msys2/ps/bin/ps-upgrade.new
|
mv /ps-upgrade/msys2/ps/bin/ps-upgrade /ps-upgrade/msys2/ps/bin/ps-upgrade.new
|
||||||
if [ "$#" -ne 0 ]; then
|
if [ "$#" -ne 0 ]; then
|
||||||
|
cd /ps-upgrade
|
||||||
git checkout $@
|
git checkout $@
|
||||||
fi
|
fi
|
||||||
shopt -s extglob
|
shopt -s extglob
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue