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 7e18f1e commit fc0c9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk/install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if [ "$IN_SCREEN" == "no" ] ;then
echo "not in screen";
apt update
if ! apt install screen -y ; then
echo " 自动更新进程或其他工具锁定了apt目录,安装无法继续,请终止相关进程或重启后操作。"
echo " apt locked , stop auto update proccess and try again"
exit
fi
Expand Down

0 comments on commit fc0c9c1

Please sign in to comment.