I use telnet to manually trigger zoneminder events from home assistant. For this I need the busybox-extras package installed.
Imagine my surprise when it disappeared after a reboot… seems rather limiting to me, wish I’d of known this before moving my whole setup to hass.io, thought I was doing the smart thing when I did it.
Well below is my current hass_start script if that helps… it installs the extra packages (telnet is part of busybox-extras) and even sets up a mount point for a remote samba share.
it has todo with environment, i know the yaml code is correct, because if i try something simple in the bash script, it creates the abc.txt file, so everything is fired
it has something todo with rights i think of installing an file , with maybe the user that runs teh script not able to install apk files? with or without sudo gives me another error 1 or 127
Have you seen the Run on Startup.d add-on? I think that might be an easier way to do what you’re trying to do here. I haven’t used it myself but installing additional packages on HA startup seems like the kind of task it was made for.