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
06ce25ef09
commit
6f1d1f1536
@ -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