ghost-cms icon indicating copy to clipboard operation
ghost-cms copied to clipboard

line 30: syntax error near unexpected token `&&' bash: line 30: ` && echo 'Installing Docker...' \'

Open 2percentpools opened this issue 5 years ago • 1 comments

Fresh Ubuntu 18 droplet and followed steps:

apt update -y && apt install curl git -y

then

curl -s https://raw.githubusercontent.com/clean-docker/ghost-cms/master/dc | bash -s setup mydomain.com

But it fails instantly with:

root@ghost:~/ghost/ghost# curl -s https://raw.githubusercontent.com/clean-docker/ghost-cms/master/dc | bash -s setup lin bla.io bash: line 30: syntax error near unexpected token &&' bash: line 30: && echo 'Installing Docker...' '

2percentpools avatar Aug 04 '20 14:08 2percentpools

https://github.com/woosungchoi/ghost-cms

It's for Ubuntu 20.04.

woosungchoi avatar Aug 29 '20 06:08 woosungchoi