Skip to content

Commit

Permalink
[common] Exit 1 if os is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 20, 2023
1 parent 764e44f commit 36aeacc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ function required_packages() {
*)
echo -e "[$fail_format]"
echo "Operating systemd not supported."
exit 1
;;
esac
echo -e "[$done_format]"
Expand Down

0 comments on commit 36aeacc

Please sign in to comment.