Skip to content

Commit

Permalink
fix: emergency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ph0enixKM committed Mar 13, 2023
1 parent 9010fce commit b709a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__0_name="AmberNative";
__1_target="amber";
__2_tag="v0.1.1-alpha";
__2_tag="0.2.0-alpha";
__3_place="/opt/amber";
os=$(if [ $([ "_$(uname -s)" != "_Darwin" ]; echo $?) != 0 ]; then echo "macos"; else echo "linux"; fi);
arch=$(if [ $([ "_$(uname -m)" != "_arm64" ]; echo $?) != 0 ]; then echo "aarch64"; else echo "x86_64"; fi);
Expand Down

0 comments on commit b709a88

Please sign in to comment.