mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-09-14 05:26:52 -05:00
Updated Linux Installation (markdown)
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user