Exit program if running untested OS

This commit is contained in:
rluzuriaga
2024-07-27 14:27:50 -07:00
parent 3b63581bc8
commit e2f0523dc4

View File

@@ -69,7 +69,8 @@ function checkDependencies() {
;;
*)
echo "Untested OS: $running_os"
return
echo "Exiting now."
exit 1
;;
esac