File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,9 @@ cat /boot/config.txt | grep "dtoverlay=hifiberry-dac"
122
122
if [ " ${install_env} " == " ci-chroot" ]
123
123
then
124
124
# Install comitup package for headless WiFi setup
125
- wget https://davesteele.github.io/comitup/deb/davesteele-comitup-apt-source_1.1_all .deb
126
- dpkg -i --force-all davesteele-comitup-apt-source_1.1_all .deb
127
- rm davesteele-comitup-apt-source_1.1_all .deb
125
+ wget https://davesteele.github.io/comitup/deb/davesteele-comitup-apt-source_1.2_all .deb
126
+ dpkg -i --force-all davesteele-comitup-apt-source_1.2_all .deb
127
+ rm davesteele-comitup-apt-source_1.2_all .deb
128
128
apt-get update -y
129
129
apt-get install --no-install-recommends -y comitup comitup-watch
130
130
rm /etc/network/interfaces
133
133
systemctl mask dhcpd.service
134
134
systemctl mask dhcpcd.service
135
135
systemctl mask wpa-supplicant.service
136
+ systemctl enable NetworkManager.service
136
137
echo " web_service: nginx.service" >> /etc/comitup.conf
137
138
echo " ap_name: Nabaztag-<nnn>" >> /etc/comitup.conf
138
139
echo " service_name: Nabaztag" >> /etc/comitup.conf
You can’t perform that action at this time.
0 commit comments