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

Add bluez-gatttool
author Stanislas Leduc <shann@slitaz.org>
date Thu Sep 15 07:47:22 2022 +0000 (21 months ago)
parents eea42880f1a2
children
line diff
     1.1 --- a/get-playonlinux/stuff/get-playonlinux	Wed Sep 05 14:59:33 2012 +0200
     1.2 +++ b/get-playonlinux/stuff/get-playonlinux	Thu Sep 15 07:47:22 2022 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  URL=http://www.playonlinux.com/$(. /etc/locale.conf ; echo ${LANG%_*})/download.html
     1.5  busybox wget -s $URL || URL=http://www.playonlinux.com/en/download.html
     1.6  URL=$(wget -O - $URL | sed '/z2*"/!d;s/.*ref="\([^"]*\).*/\1/')
     1.7 -wget -O - $URL | tar xzf -
     1.8 +wget -O - $URL | busybox tar xf -
     1.9  for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils \
    1.10  	 p7zip-full gnu-netcat grep; do
    1.11  	[ -d /var/lib/tazpkg/installed/$i/ ] || tazpkg get-install $i