mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Source package install script so variables are shared
This commit is contained in:
parent
459b659c50
commit
bd4f3e89fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user