From 691e7e54ca16154778bfbde6fc56f3a47f80ff08 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Wed, 7 Jul 2021 00:13:20 +0200 Subject: [PATCH] [fix] Missing adduser deps --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index a5b1c42..f087008 100755 --- a/install_yunohost +++ b/install_yunohost @@ -301,7 +301,7 @@ function upgrade_system() { function install_script_dependencies() { # dependencies of the install script itself - local DEPENDENCIES="lsb-release wget whiptail gnupg apt-transport-https" + local DEPENDENCIES="lsb-release wget whiptail gnupg apt-transport-https adduser" if [[ "$AUTOMODE" == "0" ]] ; then