Update menu.sh

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

@ -1585,9 +1585,11 @@ proxy(){
${PACKAGE_INSTALL[int]} cloudflare-warp;;
9 ) # CentOS stream 9,截止到 2022年5月20日,官方库仍未支持。在 CloudFlare 官网下载 rpm 文件本地安装
wget https://pkg.cloudflareclient.com/uploads/cloudflare_warp_2022_4_235_1_x86_64_aa859896da.rpm
yum -y install desktop-file-utils
rpm -ivh cloudflare_warp_2022_4_235_1_x86_64_aa859896da.rpm;;
CLOUDFLARE_WARP_RPM='cloudflare_warp_2022_4_235_1_x86_64_aa859896da.rpm'
wget https://pkg.cloudflareclient.com/uploads/$CLOUDFLARE_WARP_RPM
rpm -ivh $CLOUDFLARE_WARP_RPM
rm -f $CLOUDFLARE_WARP_RPM;;
esac
else
[[ $SYSTEM = Debian && ! $(type -P gpg 2>/dev/null) ]] && ${PACKAGE_INSTALL[int]} gnupg

Loading…
Cancel
Save