From 0cac6265ecb35c7839e4e6b7c2c382c90b85bd9e Mon Sep 17 00:00:00 2001 From: DracoMilesX Date: Wed, 31 Aug 2016 14:50:40 +0200 Subject: [PATCH] Updated Linux Installation (markdown) --- Linux-Installation.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Linux-Installation.md b/Linux-Installation.md index 26fa53c..b2da222 100644 --- a/Linux-Installation.md +++ b/Linux-Installation.md @@ -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`