Update serv00keep.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-04-01 14:48:06 +08:00
committed by GitHub
parent a4a678ef53
commit a649dc22be
+1 -1
View File
@@ -244,7 +244,7 @@ get_argodomain() {
}
if [ ! -f serv00keep.sh ]; then
curl -sSL https://raw.githubusercontent.com/yonggekkk/sing-box-yg/main/serv00keep.sh -o serv00keep.sh && chmod +x serv00keep.sh
curl -sSL https://raw.githubusercontent.com/yonggekkk/sing-box-yg/beta/serv00keep.sh -o serv00keep.sh && chmod +x serv00keep.sh
echo '#!/bin/bash
red() { echo -e "\e[1;91m$1\033[0m"; }
green() { echo -e "\e[1;32m$1\033[0m"; }