# HG changeset patch
# User Pascal Bellard <pascal.bellard@slitaz.org>
# Date 1346849973 -7200
# Node ID eea42880f1a2df7dcbbb704479c826abe232d217
# Parent  e2ec61dec110545d21dc75e0195c0934ae7ee799
get-playonlinux: update deps

diff -r e2ec61dec110 -r eea42880f1a2 get-playonlinux/stuff/get-playonlinux
--- a/get-playonlinux/stuff/get-playonlinux	Wed Sep 05 14:53:08 2012 +0200
+++ b/get-playonlinux/stuff/get-playonlinux	Wed Sep 05 14:59:33 2012 +0200
@@ -9,7 +9,7 @@
 URL=$(wget -O - $URL | sed '/z2*"/!d;s/.*ref="\([^"]*\).*/\1/')
 wget -O - $URL | tar xzf -
 for i in bash wxpython cabextract imagemagick gnupg wine wget icoutils \
-	 p7zip-full; do
+	 p7zip-full gnu-netcat grep; do
 	[ -d /var/lib/tazpkg/installed/$i/ ] || tazpkg get-install $i
 done
 cd playonlinux