mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-12 16:26:12 +01:00
update default php path
This commit is contained in:
@@ -70,7 +70,7 @@ class ApplicationInstaller(multi.Thread):
|
||||
if ProcessUtilities.decideDistro() == ProcessUtilities.ubuntu:
|
||||
|
||||
if package == 'all':
|
||||
command = 'apt-get update -y'
|
||||
command = 'DEBIAN_FRONTEND=noninteractive apt-get update -y'
|
||||
f.write(ProcessUtilities.outputExecutioner(command))
|
||||
|
||||
f.flush()
|
||||
|
||||
Reference in New Issue
Block a user