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
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"
theUnixManager is a project by Archetypum with:
- Kinderfeld as the lead developer and creator. (https://github.com/Kinderfeld)
- WretchOfLights as the documentation writer. (https://github.com/WretchOfLights)
- wazups as the illustrator (https://github.com/wazups)
theUnixManager uses GNU Lesser General Public License V3.
More information in:
- LICENSE.md
- https://www.fsf.org
- https://www.gnu.org