Update menu.sh

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

@ -1603,7 +1603,8 @@ proxy(){
wait
dpkg -i Client_${SYSTEM}_${VERSION_ID}.deb >/dev/null 2>&1
${PACKAGE_INSTALL[int]} -f
${PACKAGE_INSTALL[int]} gnupg desktop-file-utils
${PACKAGE_UPDATE[int]}
${PACKAGE_INSTALL[int]} gnupg2 desktop-file-utils
dpkg -i Client_${SYSTEM}_${VERSION_ID}.deb
rm -f Client_${SYSTEM}_${VERSION_ID}.deb
sleep 1

Loading…
Cancel
Save