Skip to content

Commit

Permalink
updated find os script
Browse files Browse the repository at this point in the history
  • Loading branch information
serverok committed Jul 15, 2023
1 parent 3dd0303 commit 4202397
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sok-find-os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ elif cat /etc/os-release | grep PRETTY_NAME | grep "CentOS Linux 7" > /dev/null;
elif cat /etc/os-release | grep PRETTY_NAME | grep "CentOS Linux 8" > /dev/null; then
echo "centos8"
else
echo "OS NOT SUPPORTED.\n"
echo "Contact https://serverok.in/contact to add support for your os."
exit 1;
echo "OS NOT SUPPORTED"
fi

0 comments on commit 4202397

Please sign in to comment.