Skip to content

Commit c13e099

Browse files
committed
Update macOS install scripts to use v1.1.0
1 parent 3f78aee commit c13e099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/apple_intel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mkdir ~/src/turing
22
cd ~/src/turing
3-
curl https://github.com/Uncodeable864/turing/releases/download/v1.0.0/turing_apple_x86_64_darwin -L -o turing
3+
curl https://github.com/Uncodeable864/turing/releases/download/v1.1.0/turing_apple_x86_64_darwin -L -o turing
44
# echo >> ~/.zshrc
55
echo "export PATH=\"\$PATH:\$HOME/src/turing\"" >> ~/.zshrc
66
echo "Your password is needed to install turing"

install/apple_m1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mkdir ~/src/turing
22
cd ~/src/turing
3-
curl https://github.com/Uncodeable864/turing/releases/download/v1.0.0/turing_apple_arm64 -L -o turing
3+
curl https://github.com/Uncodeable864/turing/releases/download/v1.1.0/turing_apple_arm64 -L -o turing
44
# echo >> ~/.zshrc
55
echo "export PATH=\"\$PATH:\$HOME/src/turing\"" >> ~/.zshrc
66
echo "Your password is needed to install turing"

0 commit comments

Comments
 (0)