Skip to content

Commit

Permalink
Update Astro.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Soroushnk authored Aug 24, 2023
1 parent 29c696c commit 8c31498
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Astro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1066,14 +1066,23 @@ while true; do

#Wiregaurd
17)

RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'
MAGENTA='\033[0;35m'
CYAN='\033[0;36m'
GRAY='\033[0;37m'
NC='\033[0m' # No Color
while true
do
clear
echo "==== Main Menu ===="
echo "${YELLOW}1.${NC} Install WireGuard"
echo "${YELLOW}1.${NC} Update WireGuard"
echo "${YELLOW}1.${NC} Backup Users"
echo "${YELLOW}1.${NC} Exit"
echo "${YELLOW}2.${NC} Update WireGuard"
echo "${YELLOW}3.${NC} Backup Users"
echo "${YELLOW}4.${NC} Exit"
read -p "Enter your choice [1-4]: " choice

case $choice in
Expand All @@ -1084,8 +1093,8 @@ while true; do
clear
echo "==== Install WireGuard ===="
echo "${YELLOW}1.${NC} Install without SSL"
echo "${YELLOW}1.${NC} Install with SSL"
echo "${YELLOW}1.${NC} Back to main menu"
echo "${YELLOW}2.${NC} Install with SSL"
echo "${YELLOW}3.${NC} Back to main menu"
read -p "Enter your choice [1-3]: " install_choice

case $install_choice in
Expand Down

0 comments on commit 8c31498

Please sign in to comment.