From 8036bf3ff158ae4eaacd68efc955e765818d3be3 Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Wed, 7 May 2025 21:09:00 +0200 Subject: [PATCH] Added curl --- setupnc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupnc.sh b/setupnc.sh index bddf0fd..a67d141 100644 --- a/setupnc.sh +++ b/setupnc.sh @@ -30,7 +30,7 @@ apt update && apt -y upgrade ## extrepo - Tool for automatic configuration of external repos for Debian ## unzip - Needed to extract the Nextcloud zip file -apt -y install wget apache2 unzip sudo +apt -y install curl wget apache2 unzip sudo ## Now we enable Sury for installing the very latest PHP files