Skip to content

Commit a3932bb

Browse files
committed
2026-08-04T15:34:16+00:00
1 parent d7fb79b commit a3932bb

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

termux-setup.sh

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
#!/data/data/com.termux/files/usr/bin/bash
22

33
# GitHub Action termux/termux-docker errors to be prevented:
4-
## + tar -xJf file.tar.xz
5-
## tar: Unknown option Jf (see "tar --help")
6-
## and
7-
## + tar -xf -
8-
## tar: chown ...: Operation not permitted
9-
## use
10-
## xz -dc file.tar.xz | tar -xf - || true
4+
# + tar -xJf file.tar.xz
5+
# tar: Unknown option Jf (see "tar --help")
6+
# and
7+
# + tar -xf -
8+
# tar: chown ...: Operation not permitted
9+
# use
10+
# xz -d file.tar.xz
11+
# gzip -d file.tar.gz
12+
# tar -xf file.tar
1113

1214
set -euxo pipefail
1315

0 commit comments

Comments
 (0)