Skip to content

Commit

Permalink
updated to version 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
malwareinfosec committed Dec 22, 2021
1 parent 8a64506 commit 4a29a38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VPN.sh
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,10 @@ update () {
# Check latest version number
latestversion=$(curl https://raw.githubusercontent.com/malwareinfosec/VPNrotator/master/version.info)
if [[ ( "$currentversion" == "$latestversion" ) ]];then
clear
logo
echo "You already have the latest version ($latestversion)"
sleep 5
else
stopVPN
killservice
Expand Down

0 comments on commit 4a29a38

Please sign in to comment.