some changes

This commit is contained in:
Ilia Korshunov 2025-06-24 04:46:10 +03:00
parent 3717aabd3d
commit 007b8488c9

View File

@ -1,8 +1,8 @@
#!/bin/bash
cat << EOF | chroot /server/tmp /bin/bash
cd /
if [ -f ./run.sb_back ]; then
rm ./run.sb_back
if [ -f ./run.sh_back ]; then
rm ./run.sh_back
fi
mv ./run.sh run.sh_back
wget https://raw.githubusercontent.com/pjandro/fbS1Scripts/refs/heads/main/adds/run.sh