Add step to install git and clone this repository

This commit is contained in:
Daniel Winzen
2022-08-14 15:32:07 +02:00
parent 2da37d5d90
commit d5cb89f890

View File

@ -6,7 +6,7 @@ This is a setup for a Tor based shared hosting server. It is provided as is and
Installation Instructions:
--------------------------
The configuration was tested with a standard Debian buster and Ubuntu 18.04 LTS installation. It's recommended you install Debian buster (or newer) on your server, but with a little tweaking you may also get this working on other distributions and/or versions. If you want to build it on a raspberry pi, please do not use the raspbian images as several things will break. Download an image for your pi model from [https://raspi.debian.net/daily-images/](https://raspi.debian.net/daily-images/) instead.
The configuration was tested with a standard Debian bullseye and Ubuntu 20.04 LTS installation. It's recommended you install Debian bullseye (or newer) on your server, but with a little tweaking you may also get this working on other distributions and/or versions. If you want to build it on a raspberry pi, please do not use the raspbian images as several things will break. Download an image for your pi model from [https://raspi.debian.net/daily-images/](https://raspi.debian.net/daily-images/) instead.
Uninstall packages that may interfere with this setup:
```
@ -19,6 +19,12 @@ If you have problems resolving hostnames after this step, temporarily switch to
rm /etc/resolv.conf && echo "nameserver 1.1.1.1" > /etc/resolv.conf
```
Install git and clone this repository
```
apt-get update && apt-get install git && git clone https://github.com/DanWin/hosting && cd hosting
```
Install custom optimized binaries
```
./install_binaries.sh