mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Auto-define the OS_ARCH variable. (#2329)
This commit is contained in:
@@ -8,4 +8,8 @@ if [ "$0" != "./install-sdk.sh" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -z "$OS_ARCH" ]; then
|
||||
OS_ARCH=$(uname -m)
|
||||
fi
|
||||
|
||||
cargo install --bin=embassy-sdk --bin=embassy-cli --path=. --no-default-features --features=js_engine --locked
|
||||
|
||||
Reference in New Issue
Block a user