This commit is contained in:
staff 2019-12-10 06:49:38 +01:00
commit 25b59adf77
2 changed files with 10 additions and 3 deletions

View File

@ -16,7 +16,10 @@ p2env=false # true si vous êtes dans un environnement p2p.legal
Then: Then:
`./install.sh` ```
chmod u+x install.sh
./install.sh
```
You can change the ssl state of your instance after the installation if you need. You can change the ssl state of your instance after the installation if you need.
Just execute ssl.sh: Just execute ssl.sh:

View File

@ -1,6 +1,10 @@
#!/bin/bash #!/bin/bash
## This work is licensed under a Creative Commons Attribution 3.0 Unported License (CC BY-NC-SA 3.0 FR). ################################################################################
## Author: poka # Author: poka (poka@p2p.legal)
# Version: 0.1
# License: AGPL-3.0 (https://choosealicense.com/licenses/agpl-3.0/)
################################################################################
### Variables ### ### Variables ###