Skip to content

Commit

Permalink
armbian-config-deb: add missing deps
Browse files Browse the repository at this point in the history
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):
  • Loading branch information
dimitry-ishenko authored and igorpecovnik committed Dec 11, 2024
1 parent 40f8fa1 commit 6d63fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/compilation/packages/armbian-config-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d63fbd

Please sign in to comment.