Add 'install-nextcloud.ah'
This commit is contained in:
19
install-nextcloud.ah
Normal file
19
install-nextcloud.ah
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env bash
|
||||
# Wrapper script for install, for easier execution via URL.
|
||||
|
||||
source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)"
|
||||
source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)"
|
||||
|
||||
|
||||
echo ""
|
||||
echo -e "${idsCL[LightGreen]}Nextcloud Installation Script${idsCL[Default]}"
|
||||
|
||||
do_with_root $APTFUNC -y install wget curl git
|
||||
|
||||
do_with_root set -eu
|
||||
do_with_root git clone https://git.schroedercity.com/voltron/Nextcloud-Install.git /opt/idssys/Nextcloud-Install
|
||||
|
||||
do_with_root bash /opt/idssys/Nextcloud-Install/nextcloud_install_production.sh
|
||||
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user