Skip to content

Commit

Permalink
fix network-manager install
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <[email protected]>
  • Loading branch information
mstormi committed Feb 28, 2024
1 parent bb2b53d commit bfa68c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/wifi.bash
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ setup_hotspot() {
if [[ $1 == "install" ]]; then
echo -n "$(timestamp) [openHABian] Installing Comitup hotspot... "
# manage networking through network manager
apt install --yes network-manager &> /dev/null
DEBIAN_FRONTEND=noninteractive apt install --yes network-manager &> /dev/null
# get from source - the comitup package in Buster is 2yrs old
echo "deb http://davesteele.github.io/comitup/repo comitup main" > /etc/apt/sources.list.d/comitup.list
if ! cond_redirect apt-get --quiet update; then echo "FAILED (update apt lists)"; return 1; fi
Expand Down

0 comments on commit bfa68c1

Please sign in to comment.