Procházet zdrojové kódy

Note on curl+libcap2

Brendan Abolivier před 6 roky
rodič
revize
9b1c1e4475
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2
    0
      content/your-own-google-drive-docs.md

+ 2
- 0
content/your-own-google-drive-docs.md Zobrazit soubor

@@ -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