release-lab / install

install script for any command line tools
19 stars 4 forks source link

Not working on linux #1

Closed UltiRequiem closed 1 year ago

UltiRequiem commented 2 years ago

Example with dvm

https://github.com/axetroy/dvm

https://user-images.githubusercontent.com/71897736/158864221-eaad9e62-4080-4030-84cb-39a84c470596.mp4

Same on bash

image

atjn commented 1 year ago

Also see https://github.com/axetroy/dvm/issues/98

atjn commented 1 year ago

You can fix this by putting sudo in the the part of the command that requires admin privileges:

curl -fsSL https://github.com/release-lab/install/raw/v1/install.sh | sudo bash -s -- -r=axetroy/dvm
axetroy commented 1 year ago

closed by #3