mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-15 19:31:42 +00:00
Bugfix: add missing dependency to armbian-config
Closes https://github.com/armbian/config/issues/88 Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
parent
6550a3cf22
commit
34d3529d16
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ compile_armbian-config()
|
|||
Architecture: all
|
||||
Maintainer: $MAINTAINER <$MAINTAINERMAIL>
|
||||
Replaces: armbian-bsp
|
||||
Depends: bash, iperf3, psmisc, curl, bc, expect, dialog, iptables, resolvconf, \
|
||||
Depends: bash, iperf3, psmisc, curl, bc, expect, dialog, iptables, resolvconf, pv, \
|
||||
debconf-utils, unzip, build-essential, html2text, apt-transport-https, html2text, dirmngr, software-properties-common
|
||||
Recommends: armbian-bsp
|
||||
Suggests: libpam-google-authenticator, qrencode, network-manager, sunxi-tools
|
||||
|
|
Loading…
Add table
Reference in a new issue