[fix] Missing adduser deps

This commit is contained in:
ljf (zamentur) 2021-07-07 00:13:20 +02:00 committed by GitHub
parent 2f64d6ff2a
commit 691e7e54ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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