Updated Linux Installation (markdown)

DracoMilesX
2016-08-31 14:50:40 +02:00
parent 233cf2547a
commit 0cac6265ec

@@ -4,9 +4,13 @@
**W.i.P**
Start your Ubuntu/Debian machine and open up a terminal and use `sudo su` or `su` to get root rights.
First update your machine and the necessary packages with `apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y`
First update your machine and the necessary packages with:
`apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y`
Afterwards run the following command:
`apt-get install build-essential libssl-dev openssh-server openssh-client python python-dev python-pip python3-dev python3-pip pkg-config autoconf automake libtool make g++ unzip`
`apt-get install build-essential libssl-dev openssh-server openssh-client python python-dev python-pip python3-dev python3-pip pkg-config autoconf automake libtool make g++ unzip`
Once this is done execute `curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -`
Once this is finished execute `apt-get install -y nodejs git`