let stop the start script is some command fails

This commit is contained in:
einhornimmond 2025-05-08 11:18:15 +02:00
parent 3e96a1ab68
commit bd028de895

View File

@ -1,5 +1,6 @@
#!/bin/bash
# stop if something fails
set -euo pipefail
# check for some tools and install them, when missing
# bun https://bun.sh/install, faster packet-manager as yarn
if ! command -v bun &> /dev/null