Merge pull request #46 from coffeejunk/exit-on-error

Exit on error
This commit is contained in:
David Heinemeier Hansson
2024-06-10 13:48:38 +02:00
committed by GitHub

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