We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency is not satisfiable: wireguard
https://www.vpnunlimited.com/zh/downloads/linux https://www.wireguard.com/repositories https://packages.debian.org/sid/all/wireguard-dkms/download http://ftp.cn.debian.org/debian/pool/main/w/wireguard-linux-compat
sudo apt update sudo apt install apt-transport-https vim -y sudo sh -c "echo 'deb https://deb.debian.org/debian buster-backports main contrib non-free' > /etc/apt/sources.list.d/buster-backports.list" sudo apt update sudo apt -t buster-backports install wireguard -y
引用:Debian 搭建 WireGuard 服务端
倘若gdebi安装vpn-unlimited时出现wireguard相关错误信息的话,就参考以上代码安装wireguard,就可以如下安装vpn-unlimited了~
##安装🇺🇦无穷VPN♾️应用 ##https://www.vpnunlimited.com/api/keepsolid/vpn-download?platform=linux-new wget https://geo.keepsolidcdn.com/soft/vpn/Linux/Vpn_Unlimited_8.5.2_amd64.deb sudo apt install -y ./*.deb && sudo rm -rf *.deb
Originally posted by @englianhu in scibrokes/setup-centOS7-DO#2 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
引用:Debian 搭建 WireGuard 服务端
倘若gdebi安装vpn-unlimited时出现wireguard相关错误信息的话,就参考以上代码安装wireguard,就可以如下安装vpn-unlimited了~
Originally posted by @englianhu in scibrokes/setup-centOS7-DO#2 (comment)
The text was updated successfully, but these errors were encountered: