Auto installer process for Linux, all linux apps in one command!
Go to file
2019-12-19 22:01:58 +01:00
bin Everything lowercase 2019-10-12 12:54:52 +02:00
desktop Merge branch 'dev' 2019-10-12 13:10:51 +02:00
script bug fixes 2019-10-12 12:50:44 +02:00
.gitignore Adding name.py 2019-06-26 21:25:39 +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 Set the terimnal to true 2019-12-19 22:01:58 +01:00
name.py Corrections 2019-06-27 11:58:21 +02:00
README.md updt README 2019-10-12 13:13:31 +02:00
setup.sh do not include wine 2019-10-12 13:05:14 +02: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 : Deb, AppImage, Shell Script, Snap and Aptitude

Supported in the future: exe, pip, python, exe and flatpak

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://gitea.com/chopin42/AIP
cd AIP
sudo sh setup.sh

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

Update

To update AIP you just to run

aip-update

or if you want the dev version:

aip-update-dev

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. To know more, read the LICENSE.md file