Skip to content

Commit b3a033b

Browse files
authored
Add gnupg and apt to depends
The postinst template uses tools from those packages. Normally they are installed in most systems. However, this is not guaranteed. Lets make it guaranteed.
1 parent c04b075 commit b3a033b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/linux/debian/control.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: @@NAME@@
22
Version: @@VERSION@@
33
Section: devel
4-
Depends: libnotify4, libnss3
4+
Depends: libnotify4, libnss3, gnupg, apt
55
Priority: optional
66
Architecture: @@ARCHITECTURE@@
77
Maintainer: Microsoft Corporation <vscode-linux@microsoft.com>

0 commit comments

Comments
 (0)