Skip to content

Commit

Permalink
start NetworkManager on hotspot 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 bfa68c1 commit 19c2058
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/wifi.bash
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ setup_hotspot() {
echo -n "$(timestamp) [openHABian] Installing Comitup hotspot... "
# manage networking through network manager
DEBIAN_FRONTEND=noninteractive apt install --yes network-manager &> /dev/null
systemctl enable --now NetworkManager
# 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 19c2058

Please sign in to comment.