theUnixManager - ultimate package manager && init system handling library made by Archetypum that simplifies interaction with UNIX systems and creation of system-related bash scripts.
git clone https://github.com/Archetypum/theUnixManager-bash
cd theUnixManager-bash
Run installer:
bash tum_installer.sh --install
And then use it in your bash scripts:
source /usr/bin/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"
theUnixManager uses GNU Lesser General Public License v3.
More information in:
- LICENSE.md
- https://www.fsf.org
- https://www.gnu.org