Skip to content

Commit

Permalink
force mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Jan 24, 2024
1 parent fa14022 commit 3a4a59d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/android-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ snapshot() {
adb install -g "$apk"

echo "Prepare and install system packages"
probe='/sdcard/sourceslist.probe'

Check failure on line 204 in util/android-commands.sh

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: Unknown word (sourceslist) (file:'util/android-commands.sh', line:204)
run_termux_command "echo 'deb https://grimler.se/termux-packages-24 stable main' > \$PREFIX/etc/apt/sources.list; echo \$? > $probe" "$probe"
probe='/sdcard/pkg.probe'
command="'mkdir -vp ~/.cargo/bin; yes | pkg install rust binutils openssl tar -y; echo \$? > $probe'"
run_termux_command "$command" "$probe" || return
Expand Down

0 comments on commit 3a4a59d

Please sign in to comment.