Skip to content

Commit

Permalink
Update apbox.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Aorp2008 committed Aug 20, 2023
1 parent dc0a15a commit c0e45b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ while true; do
echo "3.部署在线文件目录----Zfile"
echo "4.FFmpeg循环推流脚本"
echo ""
echo "0.推出脚本"
echo ""
echo "=================================================="
echo ""
echo ""
read -p "请输入编号: " userInput

# 根据输入执行对应的脚本
case $userInput in
"0")
break
;;
"1")
wget -O docker.sh https://raw.githubusercontent.com/Aorp2008/Airp_sh/main/docker.sh && chmod +x docker.sh && clear && ./docker.sh
break
Expand Down

0 comments on commit c0e45b4

Please sign in to comment.