Source package install script so variables are shared

This commit is contained in:
Jordan Carlin 2024-07-02 21:41:37 -07:00
parent 06ce25ef09
commit 6f1d1f1536

View File

@ -70,9 +70,9 @@ echo "Installation path: $RISCV"
# Install/update packages if root. Otherwise, check that packages are already installed.
if [ "$ROOT" = true ]; then
./wally-package-install.sh
source wally-package-install.sh
else
./wally-package-install.sh --check
source wally-package-install.sh --check
fi
if [ "$FAMILY" = rhel ]; then