forked from Github_Repos/cvw
Added argument to install script for alternate install directory.
This commit is contained in:
parent
365a6e9f7a
commit
5c799fa578
@ -1,4 +1,6 @@
|
||||
export RISCV=/mnt/500gbs/riscv
|
||||
#!/bin/bash
|
||||
|
||||
export RISCV="${1:-/opt/riscv}"
|
||||
export PATH=$PATH:$RISCV/bin
|
||||
|
||||
set -e # break on error
|
||||
|
Loading…
Reference in New Issue
Block a user