Exit on error

This commit is contained in:
Maximilian Haack
2024-06-08 11:02:04 +01:00
parent 215c51fc0d
commit eed06949f2

View File

@@ -1,6 +1,9 @@
# Be fancy
source ~/.local/share/omakub/ascii.sh
# Exit immediately if a command exits with a non-zero status
set -e
# Needed for all installers
sudo apt update -y
sudo apt install -y curl git unzip