Project

General

Profile

How to install » History » Version 1

Olivier Bitsch, 11/10/2023 02:57 PM

1 1 Olivier Bitsch
# How to install
2
3
~~~
4
echo "deb [trusted=yes] https://projects.iabsis.com/repository/edumeet-pkg/debian . main" > /etc/apt/sources.list.d/edumeet.list
5
apt update
6
apt install edumeet
7
~~~