You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The elegant way of installing would be: curl https://raw2.github.com/bjornjohansen/deploy-wp-on-vps/master/deploy.sh | bash
… but that currently makes the script skip the first read statement and produce an error like this: bash: line 26: syntax error near unexpected token fi'
bash: line 26: fi'
The text was updated successfully, but these errors were encountered:
The elegant way of installing would be:
curl https://raw2.github.com/bjornjohansen/deploy-wp-on-vps/master/deploy.sh | bash
… but that currently makes the script skip the first read statement and produce an error like this:
bash: line 26: syntax error near unexpected token
fi'bash: line 26:
fi'
The text was updated successfully, but these errors were encountered: