Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Thom
ISPConfig Autoinstaller
Commits
dda80f5d
Commit
dda80f5d
authored
Oct 06, 2020
by
Marius Burkard
Browse files
Merge branch 'master' of git.ispconfig.org:ispconfig/ispconfig-autoinstaller
parents
3af0b9c3
e7a56d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ispc3-ai.sh
View file @
dda80f5d
...
@@ -29,7 +29,7 @@ fi
...
@@ -29,7 +29,7 @@ fi
if
[
"
$PHP
"
=
""
]
;
then
if
[
"
$PHP
"
=
""
]
;
then
echo
"PHP cli missing, trying to install."
;
echo
"PHP cli missing, trying to install."
;
apt-get update
-qq
&&
apt-get
-y
-qq
install
php-cli
;
apt-get update
-qq
&&
apt-get
-y
-qq
install
php-cli
&&
apt-get
-y
-qq
install
php-mbstring
;
PHP
=
$(
which php
)
;
PHP
=
$(
which php
)
;
fi
fi
if
[
"
$PHP
"
=
""
]
;
then
if
[
"
$PHP
"
=
""
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment