Skip to content

theUnixManager - ultimate package manager && init system handling library made by Archetypum that simplifies interaction with UNIX systems and creation of system-related bash scripts.

License

Notifications You must be signed in to change notification settings

Archetypum/theUnixManager-bash

theUnixManager (bash)

theUnixManagerEdited

theUnixManager - ultimate package manager && init system handling library made by Archetypum that simplifies interaction with UNIX systems and creation of system-related bash scripts.

Installation of theUnixManager-unstable (as root):

git clone https://github.com/Archetypum/theUnixManager-bash
cd theUnixManager-bash

Copy it to your desired location:

cp the_unix_manager.sh ~

And then use it in your bash scripts:

source ~/the_unix_manager.sh

DISTRO=$(get_user_distro)
INIT_SYSTEM=$(get_init_system)

package_handling "$DISTRO" "install" "vim"
init_system_handling "$INIT_SYSTEM" "ssh" "start"

Credits

theUnixManager is a project by Archetypum with:

License

theUnixManager uses GNU Lesser General Public License V3.

More information in:

gnu

About

theUnixManager - ultimate package manager && init system handling library made by Archetypum that simplifies interaction with UNIX systems and creation of system-related bash scripts.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages