apt/default-release
This commit is contained in:
parent
c1f3b50ac9
commit
6d6176ca0a
1 changed files with 33 additions and 33 deletions
|
@ -1,21 +1,21 @@
|
||||||
*********
|
|
||||||
Configure
|
Configure
|
||||||
*********
|
=========
|
||||||
|
|
||||||
Keys
|
Keys
|
||||||
====
|
----
|
||||||
|
|
||||||
.. code:: shell
|
.. code:: shell
|
||||||
|
|
||||||
apt-key add "path/to/key/file"
|
apt-key add "path/to/key/file"
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
=============
|
-------------
|
||||||
|
|
||||||
* etc/apt/apt.conf
|
* etc/apt/apt.conf
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
APT::Default-Release buster;
|
||||||
APT::Get::Show-Versions true;
|
APT::Get::Show-Versions true;
|
||||||
Dpkg::Progress-Fancy true;
|
Dpkg::Progress-Fancy true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue