Dependencies
This commit is contained in:
parent
b88f433a8e
commit
c539cb2cf4
|
@ -335,7 +335,10 @@ if [ -n "$CUSTOM_SETUP" ]; then
|
|||
fi
|
||||
|
||||
chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential openssh-server
|
||||
chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover
|
||||
chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
|
||||
chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager
|
||||
chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name
|
||||
|
||||
chroot "$rootdir" /bin/bash -x <<EOF
|
||||
git clone https://github.com/bashrc/freedombone /root/freedombone
|
||||
cd /root/freedombone
|
||||
|
|
Loading…
Reference in New Issue