From e414222e0786261111fe3d915b23144df63ced65 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 5 Sep 2018 20:29:53 +0200 Subject: [PATCH] text formatting --- nextcloud-startup-script.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index d2a97a33..68c1ebe1 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -158,12 +158,12 @@ We will do this for you when you hit OK." rm $SCRIPTS/adduser.sh else msg_box "You probably see this message if the user 'ncadmin' does not exist on the system, -which could be the case if you are running directly from the scripts and not the VM. +which could be the case if you are running directly from the scripts on Gihub and not the VM. As long as the user you created have sudo permissions it's safe to continue. -This would be the case if you in the previous step created a new user with the script. +This would be the case if you created a new user with the script in the previous step. -If the user you are running this script with a user that doesn't have sudo permissions, +If the user you are running this script with is a user that doesn't have sudo permissions, please abort this script and report this issue to $ISSUES." fi fi @@ -177,7 +177,7 @@ is_process_running dpkg msg_box "To make downloads as fast as possible when updating you should have mirrors that are as close to you as possible. This VM comes with mirrors based on servers in that where used when the VM was released and packaged. -We recomend you to change the mirrors based on where this is currently installed." +If you are located outside of Europe, we recomend you to change the mirrors so that downloads are faster." echo "Checking current mirror..." printf "Your current server repository is: ${Cyan}$REPO${Color_Off}\n"