setup-php/src/scripts/ext/xdebug.sh

3 lines
125 B
Bash
Raw Normal View History

2019-10-27 07:12:49 +07:00
cd ~ && git clone --depth=1 https://github.com/xdebug/xdebug.git
cd xdebug || echo "Failed to clone Xdebug"
sudo ./rebuild.sh