armbian-config-deb: add missing deps
armbian-config uses debconf-apt-progress which is part of debconf. libtext-iconv-perl is needed to prevent the following error, when uninstalling a package through debconf-apt-progress: Can't locate object method "new" via package "Text::Iconv" (perhaps you forgot to load "Text::Iconv"?) at /usr/share/perl5/Debconf/Encoding.pm line 65, <GEN2> line 2. dpkg: error processing package nfs-common (--configure):
This commit is contained in:
parent
40f8fa104b
commit
6d63fbd928
@ -47,7 +47,7 @@ compile_armbian-config() {
|
||||
Version: ${artifact_version}
|
||||
Architecture: all
|
||||
Maintainer: $MAINTAINER <$MAINTAINERMAIL>
|
||||
Depends: iproute2, jq, procps, sudo, systemd, whiptail
|
||||
Depends: debconf, iproute2, jq, libtext-iconv-perl, procps, sudo, systemd, whiptail
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Description: Armbian configuration utility - The new generation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user