From 792085bc92ad132a56e64ef54322be6c7d7945ce Mon Sep 17 00:00:00 2001 From: NewName Date: Sun, 18 Aug 2024 07:44:57 +0800 Subject: [PATCH] Update acgfaka.sh --- web/acgfaka.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/acgfaka.sh b/web/acgfaka.sh index 215ac31..e1c55ae 100644 --- a/web/acgfaka.sh +++ b/web/acgfaka.sh @@ -1,5 +1,6 @@ #!/bin/bash # 一键部署异次元发卡脚本 +# 项目地址https://github.com/sky22333/shell # 检查是否已经安装 acgfaka if [ -d "/var/www/html/acgfaka" ]; then @@ -59,6 +60,7 @@ else exit 1 fi +# 项目地址https://github.com/sky22333/shell # 更新源列表 sudo apt update -q