Skip to content

Commit

Permalink
Update addserver.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedAp authored Dec 29, 2023
1 parent ce143a8 commit 57eab08
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions addserver.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
#!/bin/bash
#By Hamed Ap

sudo wget -4 -O /usr/local/bin/shahan https://raw.githubusercontent.com/HamedAp/Ssh-User-management/main/screenshot/shahan &
wait
sudo chmod a+rx /usr/local/bin/shahan

sudo wget -4 -O /usr/local/bin/shahancheck https://raw.githubusercontent.com/HamedAp/Ssh-User-management/main/screenshot/shahancheck &
wait
sudo chmod a+rx /usr/local/bin/shahancheck


ipv4=$(curl -s ipv4.icanhazip.com)
echo -e "\nPlease Input Panel IP/Domain That Has License."
read panelip
Expand Down

0 comments on commit 57eab08

Please sign in to comment.