add run.sh without sleep before klipper starting

This commit is contained in:
2025-06-24 03:04:37 +03:00
parent b13faecefd
commit 8a22440835
2 changed files with 26 additions and 0 deletions

7
changeRunSh.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cat << EOF | chroot /server/tmp /bin/bash
cd /
mv ./run.sh run.sh_back
wget https://raw.githubusercontent.com/pjandro/fbS1Scripts/refs/heads/main/adds/run.sh
chmod +x ./run.sh
EOF