setup-php/src/scripts/xdebug.sh

6 lines
113 B
Bash
Raw Normal View History

git clone --depth=1 https://github.com/xdebug/xdebug.git
(
cd xdebug || echo "cd failed"
sudo ./rebuild.sh
)