Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 763 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 763 Bytes

universalInstaller

universalInstaller can help to create bash scripts for installing your tools on any Linux distributions.

Requirements

You should contain your tool to directory with structure:

/path/to/your/tool/
|
| -- bin/
|    |
|    | -- binaries/of/your/tool
| -- lib/
|    |
|    | -- libs/of/your/tool

QuickStart

on building Linux machine
  1. Build your tool
  2. git clone https://github.com/mperov/universalInstaller.git
  3. cd universalInstaller/
  4. ./builder.sh /path/to/your/tool
on target Linux machine
  1. sudo ./universalInstaller.sh
  2. There is uninstaller can remove your tool from target machine: sudo ./universalUninstaller.sh

Don't worry

sudo only allows to install your tool to /usr/local