mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-14 10:37:01 -07:00
Fixed paths
This commit is contained in:
parent
57479d52ba
commit
ef0988bc60
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ export PS1='\[\033]0;ProxSpace v$PSVERSION - $MSYSTEM:\w\007\033[32m\]pm3 \[\033
|
|||
export PATH=/gcc-arm-none-eabi/bin:/ps/bin:$PATH
|
||||
alias ls='ls -hF --color=auto'
|
||||
|
||||
if [ -f /ps/bin/ps/ps-upgrade.new ]; then
|
||||
rm /ps/bin/ps/ps-upgrade
|
||||
mv /ps/bin/ps/ps-upgrade.new /ps/bin/ps/ps-upgrade
|
||||
if [ -f /ps/bin/ps-upgrade.new ]; then
|
||||
rm /ps/bin/ps-upgrade
|
||||
mv /ps/bin/ps-upgrade.new /ps/bin/ps-upgrade
|
||||
fi
|
||||
|
||||
if [ \( ! -f /ps/installed64.txt -a "$MSYSTEM" == "MINGW64" \) ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue