/install-local

Super-duper easy user-local installations of Linux tools with Bash

Primary LanguageShellGNU General Public License v2.0GPL-2.0

install-local

Super-duper easy user local installations of Linux tools

$ source setup.sh

Installing tools

$ install-local install autoconf 2.69

Using tools

$ install-local use autoconf 2.69

Running tests

Our unit tests rely on sstephenson/bats:

$ cd install-local/
$ git submodule update --init

$ cd tests/
$ ./test.sh