From 0e9927effa3130363ca1bce5a4214c4bbad97313 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 18 Feb 2019 12:18:19 +0000 Subject: [PATCH] Y U No Resolvconf --- stage3/00-install-yunohost/00-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage3/00-install-yunohost/00-run.sh b/stage3/00-install-yunohost/00-run.sh index 1140c98..18a0a12 100755 --- a/stage3/00-install-yunohost/00-run.sh +++ b/stage3/00-install-yunohost/00-run.sh @@ -12,7 +12,7 @@ EOF # Run the actual install on_chroot << EOF -apt-get install insserv -y +apt-get install insserv resolvconf -y curl https://install.yunohost.org/stretch | bash -s -- -a rm -f /etc/ssh/ssh_host_* EOF