From bf31a7c3c4b30fcc476fa435db76a9cd3ca87b84 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Sat, 18 Jun 2022 11:53:31 +0800 Subject: [PATCH] Update menu.sh --- menu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/menu.sh b/menu.sh index 2821d48..770e056 100644 --- a/menu.sh +++ b/menu.sh @@ -1600,7 +1600,6 @@ proxy(){ else { wget --no-check-certificate $CDN https://github.com/fscarmen/warp/raw/main/Client/Client_${SYSTEM}_${VERSION_ID}.deb; }& [[ $SYSTEM = Debian && ! $(apt list 2>/dev/null | grep apt-transport-https) =~ installed ]] && ${PACKAGE_INSTALL[int]} apt-transport-https - # 如为 Ubuntu 22.04(jammy) 由于官方库暂未支持,故欺骗为20.04(focal) wait dpkg -i Client_${SYSTEM}_${VERSION_ID}.deb >/dev/null 2>&1 ${PACKAGE_INSTALL[int]} -f