Skip to content
Snippets Groups Projects
Commit b2310cbf authored by Maciej Osyda's avatar Maciej Osyda
Browse files

Added execute rights to install script

parent 421f3ff0
Branches
No related tags found
No related merge requests found
install-wc.sh 100644 → 100755
File mode changed from 100644 to 100755
#!/bin/bash
chmod +x /var/www/html/install-wc.sh
curl -O -s https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
sudo mv wp-cli.phar /var/www/html/wp-cli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment