Project

General

Profile

Wiki » History » Version 3

Olivier Bitsch, 06/15/2023 07:56 AM

1 2 Olivier Bitsch
# Installer Noethys sur Debian
2 1 Olivier Bitsch
3 2 Olivier Bitsch
Installez en premier lieu les paquets pour le support des dépôts en https
4
5
~~~
6
apt-get install apt-transport-https
7
~~~
8
9
Ajoutez ensuite le dépôt pour Noethys
10
11
~~~
12 3 Olivier Bitsch
echo "deb [trusted=yes] https://projects.iabsis.com/repository/noethys/debian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/noethys.list
13 2 Olivier Bitsch
~~~
14
15
Enfin raffraichissez les dépôts et installez Noethys
16
17
~~~
18
apt update
19
apt install noethys
20
~~~