mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-03-12 15:20:15 +01:00
mautic version 5 and php 8.1 support
This commit is contained in:
@@ -102,7 +102,8 @@ class ApplicationInstaller(multi.Thread):
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user