File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -191,9 +191,9 @@ install_dependencies () {
191191 then
192192 # If you are running the minimal image, you need to uncomment these commands
193193 # adding module web scripting repo and his dependency module server application for PHP
194- SUSEConnect --product sle-module-server-applications/15.6/x86_64
195- SUSEConnect --product sle-module-web-scripting/15.6/x86_64
196- SUSEConnect --product PackageHub/15.6/x86_64
194+ # SUSEConnect --product sle-module-server-applications/15.6/x86_64
195+ # SUSEConnect --product sle-module-web-scripting/15.6/x86_64
196+ # SUSEConnect --product PackageHub/15.6/x86_64
197197 # download the prerequisites packages
198198 ${PACKAGE_MANAGER} --non-interactive install php8-fpm php8
199199 # create a default default php-fpm conf as it is required during the installer
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ function is_supported_distro() {
6464 " rocky9"
6565 " ol8"
6666 " ol9"
67+ " fedora39"
6768 " almalinux8"
6869 " almalinux9"
6970 " opensuse-leap15"
@@ -190,9 +191,9 @@ install_dependencies () {
190191 then
191192 # If you are running the minimal image, you need to uncomment these commands
192193 # adding module web scripting repo and his dependency module server application for PHP
193- SUSEConnect --product sle-module-server-applications/15.6/x86_64
194- SUSEConnect --product sle-module-web-scripting/15.6/x86_64
195- SUSEConnect --product PackageHub/15.6/x86_64
194+ # SUSEConnect --product sle-module-server-applications/15.6/x86_64
195+ # SUSEConnect --product sle-module-web-scripting/15.6/x86_64
196+ # SUSEConnect --product PackageHub/15.6/x86_64
196197 # download the prerequisites packages
197198 ${PACKAGE_MANAGER} --non-interactive install php8-fpm php8
198199 # create a default default php-fpm conf as it is required during the installer
You can’t perform that action at this time.
0 commit comments