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

github.com/nextcloud/container.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/build/install.sh')
-rw-r--r--assets/build/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/build/install.sh b/assets/build/install.sh
index e855c86..ce7a08f 100644
--- a/assets/build/install.sh
+++ b/assets/build/install.sh
@@ -8,7 +8,7 @@ if [[ ! -f ${NEXTCLOUD_BUILD_DIR}/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 ]]; the
wget "https://download.nextcloud.com/server/releases/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2" -O ${NEXTCLOUD_BUILD_DIR}/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2
fi
-echo "Extracting ownCloud ${NEXTCLOUD_VERSION}..."
+echo "Extracting Nextcloud ${NEXTCLOUD_VERSION}..."
tar -xf ${NEXTCLOUD_BUILD_DIR}/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2 --strip=1 -C ${NEXTCLOUD_INSTALL_DIR}
rm -rf ${NEXTCLOUD_BUILD_DIR}/nextcloud-${NEXTCLOUD_VERSION}.tar.bz2