Skip to content

Commit 39d0e2f

Browse files
committed
Update install script
1 parent 8220b01 commit 39d0e2f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dev/unix/volta-install.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,7 @@ parse_os_info() {
135135
fi
136136
;;
137137
Darwin)
138-
if [ "$(uname -m)" == "arm64" ]; then
139-
echo "macos-aarch64"
140-
else
141-
echo "macos"
142-
fi
138+
echo "macos"
143139
;;
144140
*)
145141
return 1

0 commit comments

Comments
 (0)