Update menu.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent c3eb641d70
commit 64ca7dc7d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save