mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Missing adduser deps
This commit is contained in:
parent
0c290ab0d7
commit
dea5a9a2fc
1 changed files with 1 additions and 1 deletions
2
buster
2
buster
|
@ -303,7 +303,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
|
||||
|
|
Loading…
Add table
Reference in a new issue