Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Feb 23, 2025
1 parent 9835dcc commit 7e18f1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion trunk/install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ fi
if [ "$IN_SCREEN" == "no" ] ;then
echo "not in screen";
apt update
apt install screen -y
if ! apt install screen -y ; then
echo " apt locked , stop auto update proccess and try again"
exit
fi
chmod +x $0
screen bash $0 $*
else
Expand Down

0 comments on commit 7e18f1e

Please sign in to comment.