We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12dd2e commit 430a380Copy full SHA for 430a380
util/android-commands.sh
@@ -202,7 +202,7 @@ snapshot() {
202
203
echo "Prepare and install system packages"
204
probe='/sdcard/pkg.probe'
205
- command="'mkdir -vp ~/.cargo/bin; yes | pkg install rust binutils openssl tar -y; echo \$? > $probe'"
+ command="'mkdir -vp ~/.cargo/bin; yes | pkg update; pkg install rust binutils openssl tar -y; echo \$? > $probe'"
206
run_termux_command "$command" "$probe" || return
207
208
echo "Installing cargo-nextest"
0 commit comments