fix(debian): remove git and pct from Depends, not available on standard Debian
All checks were successful
Build and Release .deb / build-deb (push) Successful in 21s
All checks were successful
Build and Release .deb / build-deb (push) Successful in 21s
This commit is contained in:
parent
1adaf9768f
commit
978297455a
1 changed files with 1 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -7,7 +7,7 @@ Standards-Version: 4.6.0
|
||||||
|
|
||||||
Package: full-updater
|
Package: full-updater
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python3, python3-venv, git, pct
|
Depends: python3, python3-venv
|
||||||
Description: TUI for APT/CVE updates on Proxmox host and LXC
|
Description: TUI for APT/CVE updates on Proxmox host and LXC
|
||||||
Full Updater is a terminal user interface (TUI) that visualizes
|
Full Updater is a terminal user interface (TUI) that visualizes
|
||||||
available APT updates and CVEs for the Proxmox host and all LXC
|
available APT updates and CVEs for the Proxmox host and all LXC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue