diff options
author | 2023-04-26 13:40:38 +0600 | |
---|---|---|
committer | 2023-04-26 13:45:58 +0600 | |
commit | 125e2a47e484279f9310914f87a1cc534b9fdd37 (patch) | |
tree | 50c48cea7de075ca71cee235beea32dda48a16ad /debian/control | |
parent | 574116e4cb599aa1ccd6927768c4ed5979da94b9 (diff) | |
download | jadupc-everything-125e2a47e484279f9310914f87a1cc534b9fdd37.tar.gz jadupc-everything-125e2a47e484279f9310914f87a1cc534b9fdd37.zip |
Fix missing dependency
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5d0ff94..5e8e832 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,7 @@ Description: LibreOffice compatibility package (gtk3) Package: shopno-os-browser Architecture: all Depends: - firefox, + firefox | firefox-esr, webext-ublock-origin-firefox Description: Default Browser Meta package Installs Firefox with uBlock Origin adblocker |