Auto installer process for Linux, all linux apps in one command!
Go to file
chopin42 ac0c6cc075 Add the demo.gif 2020-04-27 19:36:45 +00: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
demo.gif Add the demo.gif 2020-04-27 21:35:06 +02:00
LICENSE.md Adding latest open source stuff 2019-06-28 13:05:04 +02:00
main.py Cool header 2020-04-27 18:52:32 +00:00
name.py Corrections 2019-06-27 11:58:21 +02:00
README.md Add the demo.gif 2020-04-27 19:36:45 +00:00
remove.sh Create a uninstall script 2020-04-27 18:35:51 +00:00
setup.sh do not include wine 2019-10-12 13:05:14 +02:00

AIP - Auto-Installer-Process

Demo gif

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

The goal of this software is to be easy to use:

  1. Run aip
  2. Drag and drop the file into the terminal (or write the path)
  3. The software should install on its own

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 (Beta)

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