diff --git a/install/bookstack-install.sh b/install/bookstack-install.sh index 917af8bea..4a3050483 100644 --- a/install/bookstack-install.sh +++ b/install/bookstack-install.sh @@ -57,7 +57,7 @@ chmod -R 755 /opt/bookstack /opt/bookstack/bootstrap/cache /opt/bookstack/public chmod -R 775 /opt/bookstack/storage /opt/bookstack/bootstrap/cache /opt/bookstack/public/uploads chmod -R 640 /opt/bookstack/.env $STD a2enmod rewrite -$STD a2enmod php8.2 +$STD a2enmod php8.3 msg_ok "Configured Bookstack" msg_info "Creating Service"