Exit installation script on error

This commit is contained in:
Miraty 2023-04-26 02:01:13 +02:00
parent 8785a7935f
commit 476cafcaf0

View file

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