clone and update for new homeassistant versoin
Go to file
2019-02-18 15:33:12 +01:00
install.sh Update install.sh 2019-02-18 15:20:49 +01:00
LICENSE Initial commit 2019-02-18 15:09:10 +01:00
README.md Update README.md 2019-02-18 15:33:12 +01:00

Proxmox HassOS Install

To create a new HassOS VM in Proxmox with the latest version, run the following in a SSH session or the console from Proxmox interface

TMP=`mktemp -d`;pushd $TMP;wget -qO - https://raw.githubusercontent.com/whiskerz007/proxmox_hassos_install/master/install.sh | bash;popd;rm -rf $TMP;unset TMP