Skip to content

Commit b709a88

Browse files
committed
fix: emergency fix
1 parent 9010fce commit b709a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__0_name="AmberNative";
22
__1_target="amber";
3-
__2_tag="v0.1.1-alpha";
3+
__2_tag="0.2.0-alpha";
44
__3_place="/opt/amber";
55
os=$(if [ $([ "_$(uname -s)" != "_Darwin" ]; echo $?) != 0 ]; then echo "macos"; else echo "linux"; fi);
66
arch=$(if [ $([ "_$(uname -m)" != "_arm64" ]; echo $?) != 0 ]; then echo "aarch64"; else echo "x86_64"; fi);

0 commit comments

Comments
 (0)