From c20f853cd06401e00e517fdff80e1900dca480cf Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Wed, 5 May 2021 14:28:40 +0800 Subject: [PATCH] Update warp6.sh Former-commit-id: 1a81d073c47f57d1a1b5066cf9bca8647d03e3a0 --- warp6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warp6.sh b/warp6.sh index 7f3c53a..8a87c03 100644 --- a/warp6.sh +++ b/warp6.sh @@ -23,7 +23,7 @@ if grep -q -E -i "debian" /etc/issue; then sudo apt -y --no-install-recommends install wireguard-dkms # Ubuntu 运行以下脚本 -if grep -q -E -i "ubuntu" /etc/issue; then + elif grep -q -E -i "ubuntu" /etc/issue; then # 更新源 sudo apt update