Skip to content

Commit

Permalink
remove modpoll as installing requires py venv
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi committed Apr 8, 2024
1 parent d14e752 commit 1378262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build-image/first-boot.bash
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ if ! is_bookworm; then
rfkill unblock wifi # Wi-Fi is blocked by Raspi OS default since bullseye(?)
fi
webserver=/boot/webserver.bash
ln -s /boot/firmware/webserver.bash "$webserver"

if [[ "${debugmode:-on}" == "on" ]]; then
unset SILENT
Expand Down
1 change: 0 additions & 1 deletion functions/system.bash
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ needed_packages() {
fontconfig; \
then echo "OK"; else echo "FAILED"; return 1; fi
echo -n "$(timestamp) [openHABian] Installing additional Python packages... "
if cond_redirect pip install modpoll; then echo "OK"; else echo "FAILED"; fi
if is_pi_wlan && [[ -z $PREOFFLINE ]]; then
echo -n "$(timestamp) [openHABian] Installing python3 serial package... "
if cond_redirect apt-get install --yes -o DPkg::Lock::Timeout="$APTTIMEOUT" python3-smbus python3-serial; then echo "OK"; else echo "FAILED"; return 1; fi
Expand Down

0 comments on commit 1378262

Please sign in to comment.