From 415d30ecaf19d973266d3e438745c817991bc223 Mon Sep 17 00:00:00 2001 From: josch Date: Thu, 10 Dec 2009 22:57:53 +0000 Subject: [PATCH] added new pyneo packages --- pyneo-rootfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index 00c92a1..907522f 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -153,7 +153,7 @@ fi # install pyneo if $PYNEO; then - chroot $ROOTDIR apt-get install pyneod python-pyneo gsm0710muxd python-ijon pyneo-resolvconf dnsmasq netplug -qq --download-only --allow-unauthenticated + chroot $ROOTDIR apt-get install pyneo-pyneod pyneo-pybankd python-pyneo gsm0710muxd python-ijon pyneo-resolvconf dnsmasq netplug -qq --download-only --allow-unauthenticated # an existing resolv.conf will prompt the user wether to overwrite it or not so delete it rm $ROOTDIR/etc/resolv.conf chroot $ROOTDIR apt-get install pyneod python-pyneo gsm0710muxd python-ijon pyneo-resolvconf dnsmasq netplug -qq --no-download --allow-unauthenticated