Source package install script so variables are shared

This commit is contained in:
Jordan Carlin 2024-07-02 21:41:37 -07:00
parent 459b659c50
commit bd4f3e89fa
No known key found for this signature in database

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