Hello, so I have created a bash package manager, written in Python 3.5. This fetches a bash script from a external repository, and installs it to a folder in your home directory.
This requires two dependencies- Python 3 and wget.
To run, just type
Code:
and it shall install the package for you.
Types of packages are located in the repository, which can be found at this link.
https://github.com/kafirhamsaeiyya/ppkgbeta
This requires two dependencies- Python 3 and wget.
To run, just type
Code:
ppkg package.json
and it shall install the package for you.
Types of packages are located in the repository, which can be found at this link.
https://github.com/kafirhamsaeiyya/ppkgbeta