# Dependencies
## Debian / Ubuntu and derivatives
- 1. On a fresh Debian, as root user, install basic utility programs needed for the installation
+ 1. On a fresh Debian/Ubuntu, as root user, install basic utility programs needed for the installation
```
-$ apt-get install curl sudo unzip vim
+# apt-get install curl sudo unzip vim
```
2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access
```
$ sudo apt update
$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git
+$ ffmpeg -version # Should be >= 3.x
```
## Arch Linux
## Prerequisites
-You need at least 512MB RAM to run the script.
-Scripts can be launched directly from a PeerTube server (in this case you already have dependencies installed :+1:) or from a separate server, even a dekstop PC.
+You need at least 512MB RAM to run the script.
+Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC.
### Dependencies
### Installation
-Clone the PeerTube repo to get the latest version:
+Clone the PeerTube repo to get the latest version (even if you are on your PeerTube server):
```
git clone https://github.com/Chocobozzz/PeerTube.git