Update menu.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 8c05e4b6f7
commit d4d9f90916
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      menu.sh

@ -1599,11 +1599,11 @@ proxy(){
rm -f Client_CentOS_8.rpm
else
{ wget --no-check-certificate $CDN https://github.com/fscarmen/warp/raw/main/Client/Client_${SYSTEM}_${VERSION_ID}.deb; }&
${PACKAGE_UPDATE[int]}
[[ $SYSTEM = Debian && ! $(apt list 2>/dev/null | grep apt-transport-https) =~ installed ]] && ${PACKAGE_INSTALL[int]} apt-transport-https
wait
dpkg -i Client_${SYSTEM}_${VERSION_ID}.deb >/dev/null 2>&1
${PACKAGE_INSTALL[int]} -f
${PACKAGE_UPDATE[int]}
${PACKAGE_INSTALL[int]} gnupg2 desktop-file-utils
dpkg -i Client_${SYSTEM}_${VERSION_ID}.deb
rm -f Client_${SYSTEM}_${VERSION_ID}.deb

Loading…
Cancel
Save