Last active
May 28, 2020 20:36
-
-
Save iamkarlson/1e396085163564341e2b293ca24c35c1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cd /usr/share/hassio/homeassistant/custom_components | |
| wget https://github.com/hacs/integration/releases/latest/download/hacs.zip | |
| wget https://gist.githubusercontent.com/iamkarlson/c9bc2cad7440b8f2ac72b933c29fdba4/raw/2a595f309390112034692f48a32cab26b1dcccf5/unzip.py | |
| python3 unzip.py hacs.zip | |
| ha core restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment