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
|
||||
*********
|
||||
=========
|
||||
|
||||
Keys
|
||||
====
|
||||
----
|
||||
|
||||
.. code:: shell
|
||||
|
||||
apt-key add "path/to/key/file"
|
||||
|
||||
Configuration
|
||||
=============
|
||||
-------------
|
||||
|
||||
* etc/apt/apt.conf
|
||||
|
||||
::
|
||||
|
||||
APT::Default-Release buster;
|
||||
APT::Get::Show-Versions true;
|
||||
Dpkg::Progress-Fancy true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue