Skip to content

Commit 3d435dc

Browse files
authored
Update ssh-vpn_install.sh
fix address path
1 parent 147beac commit 3d435dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ssh-vpn_install.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ sudo phpenmod curl
193193
PHP_INI=$(php -i | grep /.+/php.ini -oE)
194194
sed -i 's/extension=intl/;extension=intl/' ${PHP_INI}
195195
fi
196-
bash <(curl -Ls https://raw.githubusercontent.com/zero-zoro/shahan-ssh-panel/main/ionCube%20Loader/install.sh --ipv4)
197-
bash <(curl -Ls https://raw.githubusercontent.com/zero-zoro/shahan-ssh-panel/main/Nethogs-Json/install.sh --ipv4)
196+
bash <(curl -Ls https://raw.githubusercontent.com/zero-zoro/free-ssh-vpn-panel/main/ionCubeLoader/install.sh --ipv4)
197+
bash <(curl -Ls https://raw.githubusercontent.com/zero-zoro/free-ssh-vpn-panel/main/Nethogs-Json/install.sh --ipv4)
198198
fggh=`cat /etc/hosts | grep -w konusanlar.tk`
199199
if [ "${fggh}" == "" ]; then
200200
sudo echo "127.0.0.1 konusanlar.tk" >> /etc/hosts
@@ -226,6 +226,7 @@ crontab -l | grep -v '/p/synctraffic.php' | crontab -
226226
* * * * * curl -u $adminusername:$adminpassword http://${ipv4}/p/synctraffic.php >/dev/null 2>&1" ) | crontab - &
227227
wait
228228
clear
229+
printf "\nSSH-VPN Free Panel \n"
229230
printf "\nPanel Link : http://${ipv4}/p/index.php"
230231
printf "\nUserName : \e[31m${adminusername}\e[0m "
231232
printf "\nPassword : \e[31m${adminpassword}\e[0m "

0 commit comments

Comments
 (0)