18 lines
255 B
Plaintext
18 lines
255 B
Plaintext
|
#### moodle
|
||
|
|
||
|
##### Information
|
||
|
Site : https://moodle.org/
|
||
|
|
||
|
Source : git://git.moodle.org/moodle.git
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt install -y wget ca-certificates
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
apt-get update
|
||
|
|
||
|
apt-get install -y moodle
|
||
|
|
||
|
```
|