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

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-10-03 16:03:35 +0300
committerGitHub <noreply@github.com>2020-10-03 16:03:35 +0300
commit0728ffb04ceef53427184d626670a4a7864421e7 (patch)
tree2bb76f618b4b4b07e8cdc61cb21ee150a206a491 /nextcloud_install_production.sh
parenteaaf9a39b55a85814d0080287e31a218d90650c1 (diff)
wording
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh7
1 files changed, 3 insertions, 4 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index c0869fdf..f27a7dd9 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -77,12 +77,11 @@ download_script STATIC fetch_lib
# Set locales
run_script ADDONS locales
-# Check current repo
-if yesno_box_yes "Do you want to use http://archive.ubuntu.com as repository for this server?"
+# Offer to use archive.ubuntu.com
+msg_box "Your current download repository is $REPO"
+if yesno_box_yes "Do you want use http://archive.ubuntu.com as repository for this server?"
then
sed -i "s|http://.*archive.ubuntu.com|http://archive.ubuntu.com|g" /etc/apt/sources.list
-else
- run_script ADDONS locate_mirror
fi
# Create new current user