diff --git a/README.md b/README.md index 73868cce..2d0ee75c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Hassbian-scripts -These are the scripts used in the [HASSbian](https://github.com/home-assistant/pi-gen) image. -The scripts in this repository where made to be used with the HASSbian image and the included Home Assistant instance. +These are the scripts used in the [Hassbian](https://github.com/home-assistant/pi-gen) image. +The scripts in this repository where made to be used with the Hassbian image and the included Home Assistant instance. ## The included scripts @@ -9,7 +9,7 @@ The following scripts are currently included. You can view the documentation bel * [hassbian-config](/docs/hassbian_config.md) * [AppDaemon](/docs/appdaemon.md) * [Duck DNS](/docs/duckdns.md) - * [HASSbian](/docs/hassbian.md) + * [Hassbian](/docs/hassbian.md) * [Home Assistant](/docs/homeassistant.md) * [Homebridge](/docs/homebridge.md) * [HUE](/docs/hue.md) diff --git a/docs/hassbian_config.md b/docs/hassbian_config.md index 8bf22ba6..7144ba95 100644 --- a/docs/hassbian_config.md +++ b/docs/hassbian_config.md @@ -19,7 +19,7 @@ Optional flags: - `-f` This will force run an script. This is useful if you need to reinstall a package. ## Installation -This package is pre-installed on the [HASSbian image](https://github.com/home-assistant/pi-gen/releases). +This package is pre-installed on the [Hassbian image](https://github.com/home-assistant/pi-gen/releases). This package can be used with Raspbian lite but it's not recommended. ``` $ curl https://api.github.com/repos/home-assistant/hassbian-scripts/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -qi - diff --git a/package/DEBIAN/control b/package/DEBIAN/control index 12b9d978..4b442a8c 100644 --- a/package/DEBIAN/control +++ b/package/DEBIAN/control @@ -5,5 +5,5 @@ Architecture: all Depends: bash, wget, git, python3, python3-venv, python3-pip, python3-dev, bluetooth, libbluetooth-dev, avahi-daemon, build-essential, libssl-dev, libffi-dev, python-dev, libudev-dev Maintainer: Fredrik Lindqvist Homepage: www.home-assistant.io -Description: HASSbian scripts - A set of tools for installing and maintaining a HASSbian installation. +Description: Hassbian scripts + A set of tools for installing and maintaining a Hassbian installation.