We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9010fce commit b709a88Copy full SHA for b709a88
setup/install.sh
@@ -1,6 +1,6 @@
1
__0_name="AmberNative";
2
__1_target="amber";
3
-__2_tag="v0.1.1-alpha";
+__2_tag="0.2.0-alpha";
4
__3_place="/opt/amber";
5
os=$(if [ $([ "_$(uname -s)" != "_Darwin" ]; echo $?) != 0 ]; then echo "macos"; else echo "linux"; fi);
6
arch=$(if [ $([ "_$(uname -m)" != "_arm64" ]; echo $?) != 0 ]; then echo "aarch64"; else echo "x86_64"; fi);
0 commit comments