mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-27 13:23:13 +00:00
Update install-nextcloud.sh
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
|
#######################################################
|
||||||
# Carsten Rieger IT-Services
|
# Carsten Rieger IT-Services
|
||||||
# INSTALL-NEXTCLOUD.SH
|
# INSTALL-NEXTCLOUD.SH
|
||||||
# Version 1.1
|
# Version 1.1
|
||||||
# added funtions to make code cleaner, thx @techandme.se
|
|
||||||
# April 19th, 2018
|
# April 19th, 2018
|
||||||
|
# version 1.1: added functions
|
||||||
|
# Version 1.0: initial script
|
||||||
|
#######################################################
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
function update_and_clean() {
|
function update_and_clean() {
|
||||||
apt update
|
apt update
|
||||||
@@ -382,4 +385,4 @@ echo " https://$(hostname)"
|
|||||||
echo ""
|
echo ""
|
||||||
echo " and confirm the upcoming ssl warning caused by the self-signed certificates. "
|
echo " and confirm the upcoming ssl warning caused by the self-signed certificates. "
|
||||||
echo "###############################################################################"
|
echo "###############################################################################"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user