Skip to content
This repository has been archived by the owner on Oct 30, 2019. It is now read-only.

Rename HASSbian to Hassbian. #101

Merged
merged 1 commit into from
Feb 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/hassbian_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down
4 changes: 2 additions & 2 deletions package/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -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 <github.com/Landrash>
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.