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>2017-11-12 11:14:22 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-12 12:09:37 +0300
commit3fa9a92e52e1040b34b1b2be1a83d4409839b62b (patch)
tree88304c1c6c62c18f8b76a42f417ad5e8e5d7c38b /install.sh
parent88815bb2945d4b4fefe23fce61858fa8e7357199 (diff)
build: fix installation order
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 8cb596a2..0c840bab 100644
--- a/install.sh
+++ b/install.sh
@@ -40,14 +40,14 @@ git clone -q --depth 1 https://github.com/nextcloud/nextcloudpi.git "$TMPDIR" ||
cd "$TMPDIR"
# install NCP
-echo "Installing NextCloudPi"
+echo -e "\nInstalling NextCloudPi"
source etc/library.sh
install_script lamp.sh
install_script etc/nextcloudpi-config.d/nc-nextcloud.sh
activate_script etc/nextcloudpi-config.d/nc-nextcloud.sh
-activate_script etc/nextcloudpi-config.d/nc-init.sh
install_script nextcloudpi.sh
+activate_script etc/nextcloudpi-config.d/nc-init.sh
# re-enable mods disabled during install, in case there's other shared services in apache2
[[ "$APACHE_EXISTS" != "" ]] && \