2024-02-17-04

This commit is contained in:
GnomeZworc 2024-02-17 21:50:46 +01:00
commit b7282be5f0
3 changed files with 28 additions and 12 deletions

View 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)"