mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "01975a17a2b83230d3f03dd0743b0100597dc9ab" and "53e5964633f4460870457d8ed005fe089c7447ff" have entirely different histories.
01975a17a2
...
53e5964633
|
@ -23,7 +23,7 @@ var_disk="4"
|
|||
var_cpu="2"
|
||||
var_ram="1024"
|
||||
var_os="debian"
|
||||
var_version="11"
|
||||
var_version="12"
|
||||
variables
|
||||
color
|
||||
catch_errors
|
||||
|
|
|
@ -30,10 +30,10 @@ rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED
|
|||
msg_ok "Updated Python3"
|
||||
|
||||
msg_info "Installing ESPHome"
|
||||
#mkdir /srv/esphome
|
||||
#cd /srv/esphome
|
||||
#python3 -m venv .
|
||||
#source bin/activate
|
||||
mkdir /srv/esphome
|
||||
cd /srv/esphome
|
||||
python3 -m venv .
|
||||
source bin/activate
|
||||
$STD pip install esphome tornado esptool
|
||||
msg_ok "Installed ESPHome"
|
||||
|
||||
|
@ -44,8 +44,7 @@ Description=ESPHome Dashboard
|
|||
After=network.target
|
||||
|
||||
[Service]
|
||||
#ExecStart=/srv/esphome/bin/esphome dashboard /root/config/
|
||||
ExecStart=/usr/local/bin/esphome dashboard /root/config/
|
||||
ExecStart=/srv/esphome/bin/esphome dashboard /root/config/
|
||||
Restart=always
|
||||
User=root
|
||||
|
||||
|
|
Loading…
Reference in New Issue