From a35207bd4ddeb5c635769ab986940e6dc48583b1 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:23:33 +0100 Subject: [PATCH] fixes --- install/pixelfed-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/install/pixelfed-install.sh b/install/pixelfed-install.sh index 79fb03a72..65a28cb38 100644 --- a/install/pixelfed-install.sh +++ b/install/pixelfed-install.sh @@ -125,13 +125,10 @@ FILESYSTEM_CLOUD="s3" SESSION_SECURE_COOKIE="false" HTTPS="false" EOF - chmod -R 755 /opt/pixelfed chmod -R 775 /opt/pixelfed/storage /opt/pixelfed/bootstrap/cache - export COMPOSER_ALLOW_SUPERUSER=1 $STD composer install --no-dev --no-ansi --no-interaction --optimize-autoloader - $STD php artisan key:generate --force $STD php artisan storage:link $STD php artisan migrate --force @@ -142,7 +139,6 @@ $STD php artisan view:cache $STD php artisan config:cache $STD php artisan instance:actor $STD php artisan horizon:install - chown -R pixelfed:pixelfed /opt/pixelfed msg_ok "Installed Pixelfed" @@ -186,7 +182,7 @@ EOF ln -sf /etc/nginx/sites-available/pixelfed /etc/nginx/sites-enabled/pixelfed rm -f /etc/nginx/sites-enabled/default $STD nginx -t -systemctl enable -q --now nginx +systemctl reload nginx msg_ok "Configured Nginx" msg_info "Creating Services"