From 3f5fc485e632d9552f9615b7fb2a42051e988ea2 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 22 Jan 2024 04:44:50 -0500 Subject: [PATCH] Update yunohost-install.sh fixes https://github.com/tteck/Proxmox/issues/2380 --- install/yunohost-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/yunohost-install.sh b/install/yunohost-install.sh index 606b0e21..0197eadb 100644 --- a/install/yunohost-install.sh +++ b/install/yunohost-install.sh @@ -24,6 +24,7 @@ $STD apt-get install -y ca-certificates msg_ok "Installed Dependencies" msg_info "Installing YunoHost (Patience)" +touch /etc/.pve-ignore.resolv.conf curl -sSLo /usr/share/keyrings/deb.sury.org-php.gpg https://packages.sury.org/php/apt.gpg $STD bash <(curl -fsSL https://install.yunohost.org) -a msg_ok "Installed YunoHost"