From 898763411a2fbb747b6e9b1f92f9e137ca8bca03 Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Wed, 3 May 2023 12:51:58 -0500 Subject: [PATCH] add source to setup.sh after rustup is installed see #272 --- scripts/setup.sh | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 scripts/setup.sh diff --git a/scripts/setup.sh b/scripts/setup.sh old mode 100644 new mode 100755 index 8be59f8c4..732004772 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -42,6 +42,7 @@ sudo apt-get install -y unzip automake build-essential file pkg-config git pytho sudo apt install -y libc6-dev-i386 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y +source "$HOME/.cargo/env" cargo install cargo-ndk rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android