Merge pull request #6 from nicedevil007/Alpine-Nextcloud

nextcloud stable release
pull/1850/head
nicedevil007 2 years ago committed by GitHub
commit 23807bd2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      install/alpine-nextcloud-install.sh

@ -23,6 +23,13 @@ $STD apk add mc
$STD apk add argon2
msg_ok "Installed Dependencies"
msg_info "Switching to latest-stable Alpine-Release"
cat <<EOF >/etc/apk/repositories
https://dl-cdn.alpinelinux.org/alpine/latest-stable/main
https://dl-cdn.alpinelinux.org/alpine/latest-stable/community
EOF
msg_ok "Switched to latest-stable Alpine-Release"
msg_info "Installing Alpine-Nextcloud"
$STD apk add nextcloud-mysql mariadb mariadb-client
$STD mysql_install_db --user=mysql --datadir=/var/lib/mysql

Loading…
Cancel
Save