fixed pyneo-resolvconf package installation
This commit is contained in:
parent
006024ceac
commit
3f2cb20fae
1 changed files with 3 additions and 1 deletions
|
@ -166,8 +166,10 @@ 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
|
||||
# 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 --force-yes
|
||||
chroot $ROOTDIR apt-get install pyneod python-pyneo gsm0710muxd python-ijon pyneo-resolvconf dnsmasq netplug -qq --no-download --allow-unauthenticated
|
||||
|
||||
# let netplugd manage usb0
|
||||
echo usb0 >> $ROOTDIR/etc/netplug/netplugd.conf
|
||||
|
|
Loading…
Reference in a new issue