add quacamole sqlpage
This commit is contained in:
parent
337df6c751
commit
a31db48ad0
43 changed files with 421 additions and 14 deletions
17
ressources/moodle/README.MD
Normal file
17
ressources/moodle/README.MD
Normal file
|
@ -0,0 +1,17 @@
|
|||
#### 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
|
||||
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue