Install avahi on image
This commit is contained in:
parent
ec1c284069
commit
972d4546ff
|
@ -288,6 +288,7 @@ if [ -n "$CUSTOM_SETUP" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server
|
chroot "$rootdir" apt-get install -y sudo git dialog build-essential openssh-server
|
||||||
|
chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover
|
||||||
chroot "$rootdir" /bin/bash -x <<EOF
|
chroot "$rootdir" /bin/bash -x <<EOF
|
||||||
git clone https://github.com/bashrc/freedombone /root/freedombone
|
git clone https://github.com/bashrc/freedombone /root/freedombone
|
||||||
cd /root/freedombone
|
cd /root/freedombone
|
||||||
|
|
Loading…
Reference in New Issue