2024-02-17-04
This commit is contained in:
parent
954885f5b9
commit
b7282be5f0
3 changed files with 28 additions and 12 deletions
15
source/tech_conf/gpg/preparation.rst
Normal file
15
source/tech_conf/gpg/preparation.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Preparation
|
||||
===========
|
||||
|
||||
.. note::
|
||||
|
||||
Pour cette partie du tutoriel on aura besoin d'internet sur un post linux
|
||||
|
||||
On commence par telecharger un iso linux (debian)
|
||||
|
||||
.. code-block::
|
||||
|
||||
curl -fLO "https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS"
|
||||
curl -fLO "https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/SHA512SUMS.sign"
|
||||
curl -fLO "https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/$(awk '/xfce.iso$/ {print $2}' SHA512SUMS)"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue