This script allows to configure the system, install some applications for a regular work day designed for developers, gamers, musicians and more...
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].
- Web Site: kernelpanicblog.wordpress.com.
- Twitter: @KernelPanicBlog.
- Facebook: KernelPanicBlog.
- Telegram Group (Spanish): @ManjaroLinuxEs.
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
stable version
$ yaourt -R mpis
Develop version
$ su $ cd MPIS $ cat .filetouninstall.log | xargs rm -rf