Auto installer process for Linux, all linux apps in one command!
Go to file
2019-10-08 19:53:29 +00:00
.gitignore Adding name.py 2019-06-26 21:25:39 +02:00
aip Working version in test environement 2019-06-26 19:36:53 +02:00
aip.desktop Update 'aip.desktop' 2019-10-08 19:50:31 +00:00
aipn Adding AIPN command 2019-06-26 21:36:31 +02:00
CODE_OF_CONDUCT.md Adding letter a 2019-07-07 13:51:16 +02:00
CONTRIBUTING.md Update for new formats files 2019-06-26 19:42:42 +02:00
LICENSE.md Adding latest open source stuff 2019-06-28 13:05:04 +02:00
main.py Update 'main.py' 2019-10-08 19:37:10 +00:00
name.py Corrections 2019-06-27 11:58:21 +02:00
README.md README link CONTRIBUTE.md 2019-10-08 10:34:52 +00:00
setup.sh Update 'setup.sh' 2019-10-08 19:49:05 +00:00

AIP - Auto-Installer-Process

You know like me, Linux has a lot of different installation packages, sh, deb, AppImage, etc. All these packages are installed with a different way. Would you like to install all the packages of a directory in once? If the answer is yes, Aip is made for you!

Support : Flatpak, deb, AppImage, Shell Script, Snap and Aptitude

Supported in the future: exe, pip, python.

Usage

This software is very easy to use, you have just to enter in the directory of the file and run :

sudo aip

It will install all software in the directory.

Or you can use AIPN, to install packages without downloading them (using snap, apt or flatpak as example)

  1. Run sudo aipn
  2. Then answer to the questions
  3. When the software is installed (with one way) make CTRL+D

Install

Dependencies

To install this package you will need some basic component:

  • Git (sudo apt install git)
  • Python3.7 (sudo apt install python3.7)
  • A Root Access

Installation

Installing this script is very easy just run these commands:

git clone https://github.com/chopin2712/Auto-Installer-process
cd Auto-Installer-process
sudo sh setup.sh

cd ..
sudo rm -r Auto-Installer-process

Update

To update this repository just re-start the installation, it will replace the oldest files

Uninstall (Work in progress)

To Uninstall the repository:

sudo sh /opt/aip/remove.sh

Contribute

Of course you can contribute to this project:

I don't want to code

  1. Make sure you respect the CONTRIBUTING.md file
  2. Create an issue and describe your problem / feature request
  3. Discuss the topic
  4. Close if your problem's solved

I want to code!

  1. Make sure you respect the CONTRIBUTING.md file.
  2. Fork this repository
  3. Make changes
  4. Make a pull request (on branch dev)
  5. You will be notified when your code has been reviewed / merged

This project is under GNUv3 public general License.