diff --git a/README.md b/README.md index af3cf8c443..74624593e9 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ ## Build Requirements -Theese requirements are only applied if you build from the scripts +These requirements are only applied if you build from the scripts * Ubuntu Server 16.04 Server -* OpenSSH (preffered) +* OpenSSH (preferred) ## Machine configuration @@ -21,4 +21,3 @@ Please check the configuration here: https://www.techandme.se/machine-setup-next ## FAQ Coming soon! - diff --git a/index.php b/index.php index 8ee6cf59d5..244b8697b5 100644 --- a/index.php +++ b/index.php @@ -96,7 +96,7 @@
Default Password:
Note: The setup script will ask you to change the default password to your own. It's also recomended to change the default user. Do this by adding another admin user, log out from ncadmin, and login with your new user, then delete ncadmin.
+Note: The setup script will ask you to change the default password to your own. It's also recommended to change the default user. Do this by adding another admin user, log out from ncadmin, and login with your new user, then delete ncadmin.
-
Note: Please accept the warning in the browser if you connect via HTTPS. It is recomended +
Note: Please accept the warning in the browser if you connect via HTTPS. It is recommended
to buy your own certificate and replace the self-signed certificate to your own.
Note: Before you can login you have to run the setup script, as descirbed in the video above. diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index a1e557eb85..499cb50f7b 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -315,7 +315,7 @@ ADDRESS2=$(grep "address" /etc/network/interfaces | awk '$1 == "address" { print # Success! echo -e "\e[32m" echo "+--------------------------------------------------------------------+" -echo "| Congratulations! You have sucessfully installed Nextcloud! |" +echo "| Congratulations! You have successfully installed Nextcloud! |" echo "| |" echo -e "| \e[0mLogin to Nextcloud in your browser:\e[36m" $ADDRESS2"\e[32m |" echo "| |" diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 5d6b8e311f..bc78fd2da1 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -62,18 +62,18 @@ else exit 1 fi -# Check if repo is availible +# Check if repo is available if wget -q --spider "$NCREPO" > /dev/null; then echo "Nextcloud repo OK" else - echo "Nextcloud repo is not availible, exiting..." + echo "Nextcloud repo is not available, exiting..." exit 1 fi if wget -q --spider "$NCREPOKEY" > /dev/null; then echo "Nextcloud repo key OK" else - echo "Nextcloud repo key is not availible, exiting..." + echo "Nextcloud repo key is not available, exiting..." exit 1 fi @@ -526,7 +526,7 @@ fi chmod +x -R $SCRIPTS chown root:root -R $SCRIPTS -# Allow $UNIXUSER to run theese scripts +# Allow $UNIXUSER to run these scripts chown $UNIXUSER:$UNIXUSER $SCRIPTS/instruction.sh chown $UNIXUSER:$UNIXUSER $SCRIPTS/history.sh