Update install-nextcloud.sh

This commit is contained in:
rieger::CLOUD
2018-04-20 15:19:02 +02:00
committed by GitHub
parent 5584b66f46
commit 5221f50550

View File

@@ -1,8 +1,11 @@
#######################################################
# Carsten Rieger IT-Services
# INSTALL-NEXTCLOUD.SH
# Version 1.1
# added funtions to make code cleaner, thx @techandme.se
# April 19th, 2018
# version 1.1: added functions
# Version 1.0: initial script
#######################################################
#!/bin/bash
function update_and_clean() {
apt update
@@ -382,4 +385,4 @@ echo " https://$(hostname)"
echo ""
echo " and confirm the upcoming ssl warning caused by the self-signed certificates. "
echo "###############################################################################"
exit 0
exit 0