Skip to content

Commit

Permalink
Fix incorrect env var in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils committed Nov 5, 2024
1 parent 4f426bb commit 843aed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix-quick-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ case "$(uname -m)" in
arch="x86_64"
;;
arm64)
sys="aarch64"
arch="aarch64"
;;
aarch64)
arch="aarch64"
Expand Down

0 comments on commit 843aed6

Please sign in to comment.