更新文档

This commit is contained in:
Super Manito
2025-10-14 02:16:16 +08:00
parent 784f792b0c
commit 61868705dd
9 changed files with 256 additions and 168 deletions

View File

@@ -7,7 +7,8 @@ function install_docker() {
bash <(curl -sSL https://${script_host}/docker.sh) \
--install-latest true \
--ignore-backup-tips
--ignore-backup-tips \
--lang auto
if command -v docker &>/dev/null; then
echo -e "\n# Docker installation successful.\n# Please run this script again manually after installation."