ispCP - Board - Support
[ERROR] -bash: syntax error near unexpected token `(' - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: [ERROR] -bash: syntax error near unexpected token `(' (/thread-7161.html)



[ERROR] -bash: syntax error near unexpected token `(' - weissenboeck - 07-08-2009 03:33 PM

Hello and good morning,

So, i tryed to install the Omega twice time today, but i get an error message back. I re-installed also the VS, didn@t help.

-> -bash: syntax error near unexpected token `('

after i start the point that I install all packages.

-> apt-get install $ (cat ./docs/Debian/debian-packages-`lsb_release -cs`)

lsb_release is installed on the server.

I Use an Vserver from Germany. - MyLoc.
Debian Etch
VPS

I hope there is somebody he can help me, please.

Thanks cheers


RE: [ERROR] -bash: syntax error near unexpected token `(' - Knut - 07-08-2009 03:45 PM

(07-08-2009 03:33 PM)weissenboeck Wrote:  -> apt-get install $ (cat ./docs/Debian/debian-packages-`lsb_release -cs`)

Please remove the blank between $ and (
Code:
apt-get install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)