Forum

how to use the 'tar' command?

Författare Svar
magnesium Wednesday 29 January 2020 at 20:25
magnesium

is there a way to use the 'tar' command inside a PoL script?

example:

POL_Download "https://lutris.nyc3.cdn.digitaloceanspaces.com/runners/wine/esync-staging-pba-3.16-x86_64.tar.xz"

tar -xf esync-staging-pba-3.16-x86_64.tar.xz -C /$HOME/.PlayOnLinux/wine/linux-x86/

Ändrat av magnesium

Dadu042 Wednesday 29 January 2020 at 20:46
Dadu042

Since 'unzip' and 'unrar' commands can work (look at my scripts), I think that it should work.

magnesium Wednesday 29 January 2020 at 21:14
magnesium

POL_System_tar works thank you!