fix: usermod command typo

This commit is contained in:
2026-06-11 12:00:56 +02:00
parent 4b8c6e3b83
commit ea2071c84a

View File

@@ -31,7 +31,7 @@ if ! id nextcloud >/dev/null 2>&1; then
fi fi
# Add nextcloud to postgres and valkey groups # Add nextcloud to postgres and valkey groups
usermod --groups postgres,valkey --user nextcloud usermod --groups postgres,valkey --append nextcloud
# Download nextcloud latest release # Download nextcloud latest release
wget --output-document %{_tmppath}/nextcloud-latest.tar.bz2 https://download.nextcloud.com/server/releases/latest.tar.bz2 wget --output-document %{_tmppath}/nextcloud-latest.tar.bz2 https://download.nextcloud.com/server/releases/latest.tar.bz2