Upload etc/dpkg/dpkg.cfg with huggingface_hub
Browse files- etc/dpkg/dpkg.cfg +13 -0
etc/dpkg/dpkg.cfg
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# dpkg configuration file
|
2 |
+
#
|
3 |
+
# This file can contain default options for dpkg. All command-line
|
4 |
+
# options are allowed. Values can be specified by putting them after
|
5 |
+
# the option, separated by whitespace and/or an `=' sign.
|
6 |
+
#
|
7 |
+
|
8 |
+
# Do not enable debsig-verify by default; since the distribution is not using
|
9 |
+
# embedded signatures, debsig-verify would reject all packages.
|
10 |
+
no-debsig
|
11 |
+
|
12 |
+
# Log status changes and actions to a file.
|
13 |
+
log /var/log/dpkg.log
|