Current time: 05-05-2024, 06:14 AM Hello There, Guest! (LoginRegister)


Post Reply 
[ERROR] -bash: syntax error near unexpected token `('
Author Message
weissenboeck Offline
Newbie
*

Posts: 5
Joined: Jul 2009
Reputation: 0
Post: #1
[ERROR] -bash: syntax error near unexpected token `('
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
07-08-2009 03:33 PM
Find all posts by this user Quote this message in a reply
Knut Offline
Member
***

Posts: 736
Joined: Nov 2006
Reputation: 10
Post: #2
RE: [ERROR] -bash: syntax error near unexpected token `('
(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`)
07-08-2009 03:45 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)