Installation bash script (almost fully automated)

Hi all,

I was frustrated once to completely going through the whole fase of installation of hass + zwave + alot of other things i have put in to get my hass nicely running. After one crash it took my a long time to get it back as it was.

So I created a script and this way I’m able to install hass anytime without firguring out all commands.
I added an backup and recovery procedure for the hass-config-files as well.

Please be carefull with the script. It is based and tested in my environment on a raspberry pi 3 model b. So check the script before running it or test in your test-environment first.

For the daredevils among us, please give me some feedback to make it perfect. :wink:

You can find it on github: https://github.com/opdoffer/install-backup-recover-hass

Cheers and have fun

There’s a typo… i forgot the line in the script but it’s sudopython3 toon.py install

you should change this :slight_smile:

Thnx, Will change that