remove source /etc/os-release

This commit is contained in:
Zac Holland
2023-12-20 09:55:55 -08:00
parent 2b671d612c
commit 4decd0d076

View File

@@ -1,8 +1,5 @@
#!/usr/bin/env bash
# make system configuration vars available
source /etc/os-release
# set invocation settings for this script:
# -e: Exit immediately if a command exits with a non-zero status.
# -u: Treat unset variables as an error when substituting.