@@ -26,7 +26,7 @@ _install_caddy_service() {
|
|||||||
setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/caddy
|
setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/caddy
|
||||||
|
|
||||||
if [[ $systemd ]]; then
|
if [[ $systemd ]]; then
|
||||||
# cp -f ${caddy_tmp}init/linux-systemd/caddy.service /lib/systemd/system/
|
cp -f ${caddy_tmp}init/linux-systemd/caddy.service /lib/systemd/system/
|
||||||
# if ! wget https://raw.githubusercontent.com/caddyserver/caddy/master/dist/init/linux-systemd/caddy.service -O /lib/systemd/system/caddy.service; then
|
# if ! wget https://raw.githubusercontent.com/caddyserver/caddy/master/dist/init/linux-systemd/caddy.service -O /lib/systemd/system/caddy.service; then
|
||||||
# echo -e "$red 下载 caddy.service 失败!$none" && exit 1
|
# echo -e "$red 下载 caddy.service 失败!$none" && exit 1
|
||||||
# fi
|
# fi
|
||||||
|
2
v2ray.sh
2
v2ray.sh
@@ -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="v3.25"
|
_version="v3.26"
|
||||||
|
|
||||||
cmd="apt-get"
|
cmd="apt-get"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user