mirror of
https://github.com/km4ack/73Linux
synced 2026-08-13 17:51:54 -04:00
fix path
This commit is contained in:
parent
ac3d83a045
commit
2fc3e76911
1 changed files with 1 additions and 1 deletions
2
73.sh
2
73.sh
|
|
@ -75,7 +75,7 @@ if (($(echo "${LATEST} ${CUR}" | awk '{print ($1 > $2)}'))); then
|
|||
git config core.sparseCheckout true
|
||||
echo "/app" >> .git/info/sparse-checkout
|
||||
git pull origin master
|
||||
cp -r /run/user/$UID/73Linux/app ~/Desktop/73-linux/
|
||||
cp -r /run/user/$UID/73Linux/app ${BAPDIR}/
|
||||
rm -rf /run/user/$UID/73Linux
|
||||
else
|
||||
echo "bap files up to date"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue