mirror of
https://github.com/shivammathur/setup-php.git
synced 2026-08-06 08:12:09 -03:00
6 lines
113 B
Bash
6 lines
113 B
Bash
git clone --depth=1 https://github.com/xdebug/xdebug.git
|
|
(
|
|
cd xdebug || echo "cd failed"
|
|
sudo ./rebuild.sh
|
|
)
|