Am 01.08.2011 22:53, schrieb Andrej Mitrovic:
I know this is maybe obvious for linux geeks, but your shell command
won't work like this:
wget -O dvm https://bitbucket.org/doob/dvm/downloads/dvm-0.3.0-linux-32
&&  chmod +x dvm&&  ./dvm install dvm

Because you have to call this before executing dvm:
chmod +x dvm

This is included in the command above?

Reply via email to