wok diff get-playonlinux/stuff/get-playonlinux @ rev 20648

Up zstd (1.3.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 12 12:12:27 2019 +0100 (2019-01-12)
parents e2ec61dec110
children c07aaa614a02
line diff
     1.1 --- a/get-playonlinux/stuff/get-playonlinux	Wed Sep 05 14:53:08 2012 +0200
     1.2 +++ b/get-playonlinux/stuff/get-playonlinux	Sat Jan 12 12:12:27 2019 +0100
     1.3 @@ -9,7 +9,7 @@
     1.4  URL=$(wget -O - $URL | sed '/z2*"/!d;s/.*ref="\([^"]*\).*/\1/')
     1.5  wget -O - $URL | tar xzf -
     1.6  for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils \
     1.7 -	 p7zip-full; do
     1.8 +	 p7zip-full gnu-netcat grep; do
     1.9  	[ -d /var/lib/tazpkg/installed/$i/ ] || tazpkg get-install $i
    1.10  done
    1.11  cd playonlinux