phlinhng / v2ray-tcp-tls-web

VLESS / Trojan-Go / Shadowsocks 脚本 支持纯 IPv6
https://github.com/phlinhng/v2ray-tcp-tls-web/wiki
Do What The F*ck You Want To Public License
683 stars 329 forks source link

Package 'gpg' has no installation candidate ? #14

Closed joshatt closed 4 years ago

joshatt commented 4 years ago

ubuntu 16.04.

root@ABCD:~# apt update Hit:1 http://ap-tokyo-1-ad-1.clouds.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Hit:3 http://ap-tokyo-1-ad-1.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:4 http://ap-tokyo-1-ad-1.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease Reading package lists... Done
Building dependency tree
Reading state information... Done 3 packages can be upgraded. Run 'apt list --upgradable' to see them.

root@ABCD:~# bash <(curl -sL https://raw.githubusercontent.com/phlinhng/v2ray-tcp-tls-web/master/install.sh) && v2script Hit:1 http://ap-tokyo-1-ad-1.clouds.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease Hit:3 http://ap-tokyo-1-ad-1.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:4 http://ap-tokyo-1-ad-1.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease Reading package lists... E: Package 'gpg' has no installation candidate /dev/fd/63: line 65: jq: command not found

phlinhng commented 4 years ago

Thanks for reporting. Seem like installing gpg may cause the whole apt-get install process to fail under some circumstance. I've removed the requirement of gpg since it's not necessary though. Please reboot and reinstall the script and the issue may be solved.

joshatt commented 4 years ago

After rebooting, everything is perfect. Thanks for your help.

~cheers

----- Original Message ----- From: phlinhng notifications@github.com To: phlinhng/v2ray-tcp-tls-web v2ray-tcp-tls-web@noreply.github.com Cc: joshatt wyf51999@163.com, Author author@noreply.github.com Date: Fri, 12 Jun 2020 06:19:00 -0700 Subject: Re: [phlinhng/v2ray-tcp-tls-web] Package 'gpg' has no installation candidate ? (#14)

Thanks for reporting. Seem like installing gpg may cause the whole apt-get install process to fail under some circumstance. I've removed the requirement of gpg since it's not necessary though. Please reboot and reinstall the script.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub:

https://github.com/phlinhng/v2ray-tcp-tls-web/issues/14#issuecomment-643266143