mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Fix phpdbg version
This commit is contained in:
parent
8fbd2ea6bb
commit
eae890b1b2
@ -29,7 +29,7 @@ if [ "$existing_version" != "$1" ]; then
|
||||
status="Installed PHP$version"
|
||||
fi
|
||||
|
||||
for tool in php phar phar.phar php-cgi php-config phpize; do
|
||||
for tool in php phar phar.phar php-cgi php-config phpize phpdbg; do
|
||||
if [ -e "/usr/bin/$tool$1" ]; then
|
||||
sudo update-alternatives --set $tool /usr/bin/"$tool$1" >/dev/null 2>&1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user