Add altools/sel, altools/repo, install.sh & add config file support. #8

Merged
hippoz merged 11 commits from Ohio2/aps:master into master 2021-08-25 14:46:01 +03:00
Showing only changes of commit b8e8d9996a - Show all commits

View file

@ -15,4 +15,5 @@ if [ ${prefix} == / ]; then
else else
install -v aps ${prefix}/usr/bin/ && install -v aps ${prefix}/usr/bin/ &&
install -v altools/sel ${prefix}/usr/bin/ install -v altools/sel ${prefix}/usr/bin/
install -v altools/repo ${prefix}/usr/bin/
fi fi