mirror of https://github.com/tteck/Proxmox.git
Merge pull request #6 from nicedevil007/Alpine-Nextcloud
nextcloud stable release
This commit is contained in:
commit
23807bd2e2
|
@ -23,6 +23,13 @@ $STD apk add mc
|
||||||
$STD apk add argon2
|
$STD apk add argon2
|
||||||
msg_ok "Installed Dependencies"
|
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"
|
msg_info "Installing Alpine-Nextcloud"
|
||||||
$STD apk add nextcloud-mysql mariadb mariadb-client
|
$STD apk add nextcloud-mysql mariadb mariadb-client
|
||||||
$STD mysql_install_db --user=mysql --datadir=/var/lib/mysql
|
$STD mysql_install_db --user=mysql --datadir=/var/lib/mysql
|
||||||
|
|
Loading…
Reference in New Issue