Skip to content

Automatic installation of Librerp

Marco Lombardo edited this page Jun 30, 2017 · 2 revisions

To install in automatic mode on Debian 8 after git clone need to use this command:

$ su
$ apt-get install curl
$ curl https://raw.githubusercontent.com/iw3hxn/script/master/install_debian8.sh > install_debian8.sh
$ chmod +x install_debian8.sh
$ apt-get install sudo
$ ./install_debian8.sh