Update install script safety flags

This commit is contained in:
thePR0M3TH3AN
2025-06-19 19:05:46 -04:00
parent a6aa66df75
commit f877acd75e

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -e set -euo pipefail
command_exists() { command_exists() {
command -v "$1" >/dev/null 2>&1 command -v "$1" >/dev/null 2>&1