added new pyneo packages
This commit is contained in:
parent
a107cf2f87
commit
415d30ecaf
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ fi
|
||||||
|
|
||||||
# install pyneo
|
# install pyneo
|
||||||
if $PYNEO; then
|
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
|
# an existing resolv.conf will prompt the user wether to overwrite it or not so delete it
|
||||||
rm $ROOTDIR/etc/resolv.conf
|
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
|
chroot $ROOTDIR apt-get install pyneod python-pyneo gsm0710muxd python-ijon pyneo-resolvconf dnsmasq netplug -qq --no-download --allow-unauthenticated
|
||||||
|
|
Loading…
Reference in a new issue