Skip to content

Commit

Permalink
Update open.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedAp authored Feb 16, 2024
1 parent e3a599f commit af7539a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions open.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ printshahan() {
done
echo
}

CPU=$(uname -i)

if [ "$CPU" = "aarch64" ]; then
echo "Your Cpu Type Not Supported !! Please Wait For Update :) "
exit
fi



clear
echo ""
printshahan "Openvpn Installation :) By HamedAp" 0.1
Expand Down

0 comments on commit af7539a

Please sign in to comment.