mirror of
https://github.com/pjandro/fbS1Scripts.git
synced 2025-12-09 02:50:57 +03:00
some changes
This commit is contained in:
parent
be64140898
commit
3717aabd3d
@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cat << EOF | chroot /server/tmp /bin/bash
|
cat << EOF | chroot /server/tmp /bin/bash
|
||||||
cd /
|
cd /
|
||||||
|
if [ -f ./run.sb_back ]; then
|
||||||
|
rm ./run.sb_back
|
||||||
|
fi
|
||||||
mv ./run.sh run.sh_back
|
mv ./run.sh run.sh_back
|
||||||
wget https://raw.githubusercontent.com/pjandro/fbS1Scripts/refs/heads/main/adds/run.sh
|
wget https://raw.githubusercontent.com/pjandro/fbS1Scripts/refs/heads/main/adds/run.sh
|
||||||
chmod +x ./run.sh
|
chmod +x ./run.sh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user