From 790164705999fb634f9c24d9cf09e3728457af71 Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 6 Dec 2019 14:30:59 +0100 Subject: [PATCH 1/3] Good permission for install.sh --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f124e83..67121bb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ p2env=false # true si vous ĂȘtes dans un environnement p2p.legal 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. Just execute ssl.sh: From e102b509bfef8a8c6d7194d5891493fc03774882 Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 6 Dec 2019 14:31:27 +0100 Subject: [PATCH 2/3] good permission for install.sh --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 67121bb..0a53e21 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Then: ``` chmod u+x install.sh -./install.sh``` +./install.sh +``` You can change the ssl state of your instance after the installation if you need. Just execute ssl.sh: From f95553f9c79391410bbb6901cafd66deaa016ff0 Mon Sep 17 00:00:00 2001 From: poka Date: Fri, 6 Dec 2019 15:46:06 +0100 Subject: [PATCH 3/3] Fix licence --- install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 86ec3f3..e236bcc 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,10 @@ #!/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 ###