Skip to content

Commit de7e5b4

Browse files
authored
Merge pull request #46 from coffeejunk/exit-on-error
Exit on error
2 parents d9bd916 + eed0694 commit de7e5b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Be fancy
22
source ~/.local/share/omakub/ascii.sh
33

4+
# Exit immediately if a command exits with a non-zero status
5+
set -e
6+
47
# Needed for all installers
58
sudo apt update -y
69
sudo apt install -y curl git unzip

0 commit comments

Comments
 (0)