Skip to content

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

Notifications You must be signed in to change notification settings

mperov/universalInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Languages