Exit installation script on error

This commit is contained in:
Miraty 2023-04-26 02:01:13 +02:00
parent 8785a7935f
commit 476cafcaf0
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/bash
set -euo pipefail
source /etc/os-release
export OS=$ID