Forums

how to use the 'tar' command?

Auteur Réponses
magnesium Mercredi 29 Janvier 2020 à 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/

Edité par magnesium

Dadu042 Mercredi 29 Janvier 2020 à 20:46
Dadu042

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

magnesium Mercredi 29 Janvier 2020 à 21:14
magnesium

POL_System_tar works thank you!