Skip to content

Commit

Permalink
Merge pull request #46 from coffeejunk/exit-on-error
Browse files Browse the repository at this point in the history
Exit on error
  • Loading branch information
dhh committed Jun 10, 2024
2 parents d9bd916 + eed0694 commit de7e5b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit de7e5b4

Please sign in to comment.