nextcloud stable release

edge won't work with stable because of php82 instead of php81
This commit is contained in:
nicedevil007 2023-09-28 14:35:36 +02:00
parent baae7f1a72
commit 5b5520b5db
1 changed files with 7 additions and 0 deletions

View File

@ -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