Skip to content

Commit 671e8ee

Browse files
authored
Update install.sh
1 parent d86b468 commit 671e8ee

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

install.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ install_obfs4() {
3838
fi
3939
fi
4040
}
41-
4241
configure_obfs4() {
4342
local obfs4_dir="/etc/obfs4"
4443
local obfs4_cert="$obfs4_dir/obfs4_cert"
@@ -81,7 +80,6 @@ EOL
8180
echo -e "${GREEN}obfs4 configuration file created at $obfs4_dir/obfs4.json${NC}"
8281
}
8382

84-
8583
start_obfs4() {
8684
echo -e "${YELLOW}Starting obfs4 service...${NC}"
8785
obfs4proxy -logLevel INFO -enableLogging &
@@ -104,16 +102,12 @@ init() {
104102

105103
nebula_menu() {
106104
clear
107-
108105
# Get server IP
109106
SERVER_IP=$(hostname -I | awk '{print $1}')
110-
111107
# Fetch server country using ip-api.com
112108
SERVER_COUNTRY=$(curl -sS "http://ip-api.com/json/$SERVER_IP" | jq -r '.country')
113-
114109
# Fetch server isp using ip-api.com
115110
SERVER_ISP=$(curl -sS "http://ip-api.com/json/$SERVER_IP" | jq -r '.isp')
116-
117111
nebula_core=$(check_core_status)
118112

119113
echo "+--------------------------------------------------------------+"
@@ -125,7 +119,7 @@ nebula_menu() {
125119
echo "||__| \__| |_______||______/ \______/ |_______/__/ \__\ |"
126120
echo "| |"
127121
echo "+--------------------------------------------------------------+"
128-
echo -e "| Telegram Channel : ${MAGENTA}@AminiDev ${NC}| Version : ${GREEN} 6.5.1 ${NC} "
122+
echo -e "| Telegram Channel : ${MAGENTA}@AminiDev ${NC}| Version : ${GREEN} 6.5.2 ${NC} "
129123
echo "+--------------------------------------------------------------------------------+"
130124
echo -e "| Telegram Channel Sponsor : ${GREEN}VNodePro ${NC} "
131125
echo "+--------------------------------------------------------------------------------+"

0 commit comments

Comments
 (0)