Browse Source

Note on curl+libcap2

Brendan Abolivier 6 years ago
parent
commit
9b1c1e4475
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      content/your-own-google-drive-docs.md

+ 2
- 0
content/your-own-google-drive-docs.md View File

71
 sudo systemctl start caddy
71
 sudo systemctl start caddy
72
 {{< / highlight >}}
72
 {{< / highlight >}}
73
 
73
 
74
+*Note: either the `curl` line or the `setcap` one (or both of them) might not work because of missing packages depending on your GNU/Linux distribution and your provider's image. On Debian-based distributions, `curl` can be installed by installing the `curl` package, and `setcap` can be installed by installing the `libcap2-bin` package. If you're running another GNU/Linux distribution, the packages' names can differ a bit.*
75
+
74
 Now that you have Caddy installed, let's install another very important component we'll need to run Nextcloud: PHP.
76
 Now that you have Caddy installed, let's install another very important component we'll need to run Nextcloud: PHP.
75
 
77
 
76
 ### PHP
78
 ### PHP