mirror of https://github.com/tteck/Proxmox.git
nextcloud stable release
edge won't work with stable because of php82 instead of php81
This commit is contained in:
parent
baae7f1a72
commit
5b5520b5db
|
@ -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…
Reference in New Issue