Skip to content

Commit aa62b44

Browse files
authored
Update Astro.sh
1 parent 2418a95 commit aa62b44

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Astro.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ while true; do
9090
echo -e "${GREEN}Updating server...${NC}"
9191
echo ""
9292
apt update && apt upgrade -y
93-
sudo apt install git wget curl ufw wget socat
93+
sudo apt install git wget curl ufw wget
9494
echo ""
9595
echo -e "Press ${RED}ENTER${NC} to continue"
9696
read -s -n 1
@@ -920,6 +920,7 @@ while true; do
920920
# DOWNLOADS ACME
921921
12)
922922
echo -e "${GREEN}Installing Acme Script...${NC}"
923+
apt install socat
923924
echo ""
924925
curl https://get.acme.sh | sh
925926
echo ""
@@ -1847,4 +1848,4 @@ while true; do
18471848
;;
18481849
esac
18491850
done
1850-
1851+

0 commit comments

Comments
 (0)