Compare commits

...

4 Commits

Author SHA1 Message Date
tteckster 606634b25a
Update homeassistant-core.sh
default Debian 12
2023-06-24 16:44:10 -04:00
tteckster 7450250f03
Update adguard.sh
default Debian 12
fixes https://github.com/tteck/Proxmox/issues/1538
2023-06-24 16:40:59 -04:00
tteckster 4e6c68f164
Update adguard-install.sh
Code refactoring
2023-06-24 16:39:55 -04:00
tteckster 7c6e700eaf
Update USER_SUBMITTED_GUIDES.md
How-to: Proxmox VE 7.4 to 8.0 Upgrade
2023-06-24 13:56:53 -04:00
4 changed files with 5 additions and 8 deletions

View File

@ -21,3 +21,5 @@
[Frigate VM on Proxmox with PCIe Coral TPU](https://www.derekseaman.com/2023/06/home-assistant-frigate-vm-on-proxmox-with-pcie-coral-tpu.html) [Frigate VM on Proxmox with PCIe Coral TPU](https://www.derekseaman.com/2023/06/home-assistant-frigate-vm-on-proxmox-with-pcie-coral-tpu.html)
[Moving Home Assistants Database To MariaDB On Proxmox](https://smarthomescene.com/guides/moving-home-assistants-database-to-mariadb-on-proxmox/) [Moving Home Assistants Database To MariaDB On Proxmox](https://smarthomescene.com/guides/moving-home-assistants-database-to-mariadb-on-proxmox/)
[How-to: Proxmox VE 7.4 to 8.0 Upgrade](https://www.derekseaman.com/2023/06/how-to-proxmox-7-4-to-8-0-upgrade.html)

View File

@ -24,7 +24,7 @@ var_disk="2"
var_cpu="1" var_cpu="1"
var_ram="512" var_ram="512"
var_os="debian" var_os="debian"
var_version="11" var_version="12"
variables variables
color color
catch_errors catch_errors

View File

@ -23,7 +23,7 @@ var_disk="8"
var_cpu="2" var_cpu="2"
var_ram="1024" var_ram="1024"
var_os="debian" var_os="debian"
var_version="11" var_version="12"
variables variables
color color
catch_errors catch_errors

View File

@ -20,12 +20,7 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing AdGuard Home" msg_info "Installing AdGuard Home"
systemctl stop systemd-resolved $STD bash <(curl -fsSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh)
echo "DNSStubListener=no" >>/etc/systemd/resolved.conf
ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
wget -qL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh
$STD bash install.sh
rm install.sh
msg_ok "Installed AdGuard Home" msg_ok "Installed AdGuard Home"
motd_ssh motd_ssh