Skip to content
Snippets Groups Projects
install.sh 349 B
Newer Older
Dean Lovett's avatar
Dean Lovett committed
#!/bin/bash

set -e

mkdir -p ~/nexus-tools

Dean Lovett's avatar
Dean Lovett committed
wget https://gitlab.nexdev.uk/pub/nexus-tools/-/raw/master/run.sh -O ~/nexus-tools/nexus-tools.sh
wget https://gitlab.nexdev.uk/pub/nexus-tools/-/raw/master/NEXUS_TOOLS_VERSION -O ~/nexus-tools/VERSION
Dean Lovett's avatar
Dean Lovett committed

Dean Lovett's avatar
Dean Lovett committed
chmod +x ~/nexus-tools/nexus-tools.sh
Dean Lovett's avatar
Dean Lovett committed
echo 'alias nexus="~/nexus-tools/nexus-tools.sh"' >> ~/.bashrc