We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9bd916 + eed0694 commit de7e5b4Copy full SHA for de7e5b4
install.sh
@@ -1,6 +1,9 @@
1
# Be fancy
2
source ~/.local/share/omakub/ascii.sh
3
4
+# Exit immediately if a command exits with a non-zero status
5
+set -e
6
+
7
# Needed for all installers
8
sudo apt update -y
9
sudo apt install -y curl git unzip
0 commit comments