Skip to content
Snippets Groups Projects
install.sh 159 B
#!/bin/bash
# Run installer script
# Pass on args to installer that can parse them
scripts/hpvm_installer.py "$@"
# Set path.
export PATH=$BUILD_DIR/bin:$PATH