mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
28 lines
1.4 KiB
Bash
28 lines
1.4 KiB
Bash
#!/bin/bash
|
|
#
|
|
clear
|
|
cat << INST1
|
|
+-----------------------------------------------------------------------+
|
|
| Thanks for downloading this Nextcloud VM by the Nextcloud Community! |
|
|
| |
|
|
INST1
|
|
echo -e "|" "\e[32mTo run the startup script type the sudoer password. This will either\e[0m |"
|
|
echo -e "|" "\e[32mbe the default ('nextcloud') or the one chosen during installation.\e[0m |"
|
|
cat << INST2
|
|
| |
|
|
| If you have never done this before you can follow the complete |
|
|
| installation instructions here: https://goo.gl/3FYtz6 |
|
|
| |
|
|
| You can schedule the Nextcloud update process using a cron job. |
|
|
| This is done using a script built into this VM that automatically |
|
|
| updates Nextcloud, sets secure permissions, and logs the successful |
|
|
| update to /var/log/cronjobs_success.log |
|
|
| Detailed instructions for setting this up can be found here: |
|
|
| https://www.techandme.se/nextcloud-update-is-now-fully-automated/ |
|
|
| |
|
|
| ####################### Tech and Me - 2016 ######################## |
|
|
+-----------------------------------------------------------------------+
|
|
INST2
|
|
|
|
exit 0
|