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:
@@ -1040,6 +1040,11 @@ if [[ $REDIS == "ON" ]] ; then
|
|||||||
fi
|
fi
|
||||||
after_install
|
after_install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $UBUNTU_20 == "True" ]] ; then
|
||||||
|
cp /usr/local/lsws/lsphp73/bin/php /usr/bin
|
||||||
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pip_virtualenv() {
|
pip_virtualenv() {
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ class ApplicationInstaller(multi.Thread):
|
|||||||
if ProcessUtilities.decideDistro() == ProcessUtilities.ubuntu:
|
if ProcessUtilities.decideDistro() == ProcessUtilities.ubuntu:
|
||||||
|
|
||||||
if package == 'all':
|
if package == 'all':
|
||||||
command = 'apt-get update -y'
|
command = 'DEBIAN_FRONTEND=noninteractive apt-get update -y'
|
||||||
f.write(ProcessUtilities.outputExecutioner(command))
|
f.write(ProcessUtilities.outputExecutioner(command))
|
||||||
|
|
||||||
f.flush()
|
f.flush()
|
||||||
|
|||||||
Reference in New Issue
Block a user