mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46:15 +02:00
scripts/install.in: add riscv64 support to installer
The artifacts are already built and hosted, the install script just needs to be taught about riscv64. Signed-off-by: J. Dekker <jdek@itanimul.li>
This commit is contained in:
parent
ef5c846e25
commit
0ed356f3c0
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ case "$(uname -s).$(uname -m)" in
|
|||
path=@tarballPath_armv7l-linux@
|
||||
system=armv7l-linux
|
||||
;;
|
||||
Linux.riscv64)
|
||||
hash=@tarballHash_riscv64-linux@
|
||||
path=@tarballPath_riscv64-linux@
|
||||
system=riscv64-linux
|
||||
;;
|
||||
Darwin.x86_64)
|
||||
hash=@tarballHash_x86_64-darwin@
|
||||
path=@tarballPath_x86_64-darwin@
|
||||
|
|
Loading…
Reference in a new issue