Change checkout-deps.sh to do a user install instead of sudo.
This commit is contained in:
parent
7a8bf78f39
commit
de58944140
@ -118,7 +118,7 @@ if [ $? -eq 1 ]; then
|
|||||||
python setup.py install
|
python setup.py install
|
||||||
else
|
else
|
||||||
python setup.py build
|
python setup.py build
|
||||||
echo "About to install AMBuild - press Ctrl+C to abort, otherwise enter your password for sudo."
|
echo "Installing AMBuild at the user level. Location can be: ~/.local/bin"
|
||||||
sudo python setup.py install
|
python setup.py install --user
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user