Skip to content

Commit

Permalink
mautic version 5 and php 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 16, 2024
1 parent 7ec6aab commit ba62760
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plogical/applicationInstaller.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def InstallNodeJS(self):
return 1

if ProcessUtilities.decideDistro() == ProcessUtilities.centos or ProcessUtilities.decideDistro() == ProcessUtilities.cent8:
pass
command = 'dnf module enable nodejs -y dnf install nodejs -y'
ProcessUtilities.executioner(command, 'root', True)
else:
#command = 'curl -fsSL <https://deb.nodesource.com/setup_20.x> | sudo -E bash -'
#ProcessUtilities.executioner(command, 'root', True)
Expand Down

0 comments on commit ba62760

Please sign in to comment.