Skip to content

Commit 6401a65

Browse files
committed
Merge branch 'feature/PB-33190_comment-SUSEConnect-for-the-oneliner' into 'develop'
PB-33190 - Uncomment SUSEConnect for the oneliner See merge request passbolt/passbolt-ops/passbolt-dep-scripts!28
2 parents afe71c8 + 3ad3c8b commit 6401a65

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

passbolt-repo-setup.ce.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

passbolt-repo-setup.pro.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)