a simple dependencies installer and easy to use.
git clone https://github.com/lipe14-ops/depInstaller
cd depInstaller
make install
or for reinstallation:
cd depInstaller
make reinstall
first you need to create a deps.txt
file. and write the command and your dependency name on it. Example:
RUN echo "hello, world!!!"
UPDATESYS
INSTALL discord
REMOVE vim
INSTALL obs-studio
INSTALL nodejs
INSTALL npm
INSTALL pip
INSTALL neovim
run the following command depinstaller -f <FILENAME>
and all your dependencies will be handled.
To more details run the command depinstaller -h
.
cd depInstaller
make remove
the file will be removed from /usr/bin/
directory.
made with ❤️ by Filipe 👋 reach me!!!