Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2019-01-08 09:01:29 +0300
committernachoparker <nacho@ownyourbits.com>2019-01-08 09:58:28 +0300
commit3dbc038b1f97c4b9aab41265d777f1e862c2e193 (patch)
treeb101f0bf328236152867fe197bd5c645fafe950c /install.sh
parent30b0b6df98c3040811eba4a7aa3dcadc560f4152 (diff)
build: new update process
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index c8c0771d..f6a66058 100644
--- a/install.sh
+++ b/install.sh
@@ -34,7 +34,7 @@ type mysqld &>/dev/null && echo ">>> WARNING: existing mysqld configuration wil
# get install code
echo "Getting build code..."
apt-get update
-apt-get install --no-install-recommends -y wget ca-certificates sudo jq
+apt-get install --no-install-recommends -y wget ca-certificates sudo
pushd "$TMPDIR"
wget -O- --content-disposition https://github.com/nextcloud/nextcloudpi/archive/"$BRANCH"/latest.tar.gz \