use same shell vor subscript to keep Exported envs

This commit is contained in:
einhornimmond 2025-05-08 17:34:00 +02:00
parent 3dcbbd733f
commit bf789c88fc

View File

@ -2,7 +2,7 @@
# stop if something fails
set -euo pipefail
bash ./install-missing-deps.sh
source ./install-missing-deps.sh
# check for parameter
FAST_MODE=false