Skip to content

Commit efa3a39

Browse files
committed
update install.sh
1 parent a3bbe4d commit efa3a39

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

endip/install.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,14 +228,14 @@ show() {
228228
Endip_v46="engage.cloudflareclient.com:2408"
229229
fi
230230
echo -e "${purple}************************************${rest}"
231-
echo -e "${purple}* 👇${green}Here is WireGuard Config👇 ${purple}*${rest}"
231+
echo -e "${purple}* 👇${green}Here is WireGuard Config👇 ${purple}*${rest}"
232232
echo -e "${purple}************************************${rest}"
233-
echo -e "${cyan} 👇Copy for :${yellow}[Nekobox] 👇${rest}"
233+
echo -e "${cyan} 👇Copy for :${yellow}[Nekobox] 👇${rest}"
234234
echo ""
235235
echo -e "${green}$(cat wgcf-profile.conf)${rest}"
236236
echo ""
237237
echo -e "${purple}************************************${rest}"
238-
echo -e "${cyan} 👇Copy for :${yellow}[V2rayNG] 👇${rest}"
238+
echo -e "${cyan} 👇Copy for :${yellow}[V2rayNG] 👇${rest}"
239239
echo ""
240240
echo -e "${green}$(v2ray)${rest}"
241241
echo ""
@@ -322,6 +322,7 @@ cloner() {
322322
if [ -d "$PREFIX" ] && [ "$(uname -o)" = "Android" ]; then
323323
echo "Installing wireguard-tools"
324324
pkg install wireguard-tools -y
325+
pkg install jq -y
325326
elif [ -x "$(command -v apt)" ]; then
326327
echo "Installing wireguard-tools on Debian/Ubuntu"
327328
sudo apt update -y && sudo apt install wireguard-tools -y
@@ -554,7 +555,7 @@ case "$choice" in
554555
;;
555556
0)
556557
echo -e "${purple}*********************${rest}"
557-
echo -e "${cyan}By 👋${rest}"
558+
echo -e "${cyan}By ${rest}"
558559
exit
559560
;;
560561
*)

0 commit comments

Comments
 (0)