Apt-get install on Hassos?

hi, want to install some extra stuff on hassos 1.12 , but seems sudo apt-get install is not available?

how to install custom tools?

thnx

Not possible with the method you are attempting.

You need to develop an add-on
https://developers.home-assistant.io/docs/en/hassio_addon_index.html

Or search for a solution using an existing add-on

Not gonna happen on HassOS

so stuff like this , it wont work before its developed as addon then?

sudo apt-get update
sudo apt-get install ssl-cert-check

sensor:
  - platform: command_line
    name: SSL ETA
    unit_of_measurement: days
    scan_interval: 10800
    command: "ssl-cert-check -b -c /etc/letsencrypt/live/examplehome.duckdns.org/cert.pem | awk '{ print $NF }'"

To check your cert expiration, use this

or if it is added into the base image. Most components that suggest installing extra packages are already included in home assistant docker image.

cool, thnx

what about this one? also an alternative?
i need to ink for my hp printer

sudo apt-get install ink
:slight_smile: