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

Reply via email to