Update README.md

This commit is contained in:
whiskerz007 2019-02-18 15:33:12 +01:00 committed by GitHub
parent a30f67cebe
commit 91d07d0758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,7 @@
# proxmox_hassos_install # 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
```