Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 2.45 KB

README.rst

File metadata and controls

76 lines (55 loc) · 2.45 KB
MPIS Logo

Manjaro Post Installation Script (MPIS)

Build status "Average time to resolve an issue" Percentage of issues still open license AUR package Telegram Group

This script allows to configure the system, install some applications for a regular work day designed for developers, gamers, musicians and more...

Attention

This script is in testing phase and we are not responsable for the usage.

If you find a bug or an error please report it as an [issue].

Contact

How to install

You can install the script in your system by running ::

  • Stable version

    $ yaourt -S mpis
    
  • Develop version

    $ git clone https://github.com/KernelPanicBlog/MPIS.git
    $ cd MPIS
    $ git checkout develop
    $ sudo python setup.py install --record .filetouninstall.log
    

How to uninstall

  • stable version

    $ yaourt -R mpis
    
  • Develop version

    $ su
    $ cd MPIS
    $ cat .filetouninstall.log | xargs rm -rf