pull/445/head^2
233boy 6 years ago
parent 077585ceb4
commit 2437f5e4ef
  1. 2
      install.sh
  2. 4
      v2ray.sh

@ -1433,7 +1433,7 @@ try_enable_bbr() {
} }
get_ip() { get_ip() {
ip=$(curl -s ipinfo.io/ip) ip=$(curl -s https://ipinfo.io/ip)
} }
error() { error() {

@ -10,7 +10,7 @@ none='\e[0m'
# Root # Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1 [[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v2.43" _version="v2.44"
cmd="apt-get" cmd="apt-get"
@ -3591,7 +3591,7 @@ _boom_() {
} }
get_ip() { get_ip() {
ip=$(curl -s ipinfo.io/ip) ip=$(curl -s https://ipinfo.io/ip)
} }
error() { error() {

Loading…
Cancel
Save