Skip to content

Commit

Permalink
added set statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Apr 13, 2022
1 parent 787643f commit 296c8f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/installers/ubuntu-20.04-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -euo pipefail

RED='\033[1;31m'
NC='\033[0m' # No Color

Expand Down

0 comments on commit 296c8f1

Please sign in to comment.