Skip to content

Commit

Permalink
Exit on error
Browse files Browse the repository at this point in the history
  • Loading branch information
coffeejunk committed Jun 8, 2024
1 parent 215c51f commit eed0694
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 eed0694

Please sign in to comment.