Skip to content

lipe14-ops/depInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

depInstaller

a simple dependencies installer and easy to use.

installation:

git clone https://github.com/lipe14-ops/depInstaller
cd depInstaller
make install

or for reinstallation:

cd depInstaller
make reinstall

usage:

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.

uninstall:

cd depInstaller
make remove

the file will be removed from /usr/bin/ directory.

author


Filipe Soares 💻

made with ❤️ by Filipe 👋 reach me!!!