Update Waku.sh

This commit is contained in:
sdohuajia 2024-07-27 18:05:16 +08:00 committed by GitHub
parent 11ab3730ca
commit 3ffadf6a92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,10 @@
#!/bin/bash #!/bin/bash
# 自动更新脚本
echo "正在检查脚本更新..."
git pull origin main
echo "脚本已更新到最新版本。"
# 系统更新和 Docker 安装 # 系统更新和 Docker 安装
echo "正在更新系统..." echo "正在更新系统..."
sudo apt-get update sudo apt-get update