From 64ca7dc7d01944a587bfe5ac396eb9b15a139fb4 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Fri, 11 Mar 2022 16:28:00 +0800 Subject: [PATCH] Update menu.sh --- menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.sh b/menu.sh index 7ceac72..9add7ad 100644 --- a/menu.sh +++ b/menu.sh @@ -1189,7 +1189,7 @@ proxy(){ make; make install rm -rf ./glibc-2.28 fi - elif ${PACKAGE_UPDATE[int]}; ${PACKAGE_INSTALL[int]} lsb-release + else ${PACKAGE_UPDATE[int]}; ${PACKAGE_INSTALL[int]} lsb-release [[ $SYSTEM = Debian && ! $(type -P gpg 2>/dev/null) ]] && ${PACKAGE_INSTALL[int]} gnupg [[ $SYSTEM = Debian && ! $(apt list 2>/dev/null | grep apt-transport-https ) =~ installed ]] && ${PACKAGE_INSTALL[int]} apt-transport-https if [[ $(echo $SYS | sed "s/[^0-9.]//g" | cut -d. -f1) != 18 ]]; then