Sfoglia il codice sorgente

Note on curl+libcap2

Brendan Abolivier 6 anni fa
parent
commit
9b1c1e4475
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      content/your-own-google-drive-docs.md

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

@@ -71,6 +71,8 @@ sudo systemctl enable caddy
71 71
 sudo systemctl start caddy
72 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 76
 Now that you have Caddy installed, let's install another very important component we'll need to run Nextcloud: PHP.
75 77
 
76 78
 ### PHP