Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit a5e6740

Browse files
authored
Update Raspberry Pi.md
1 parent da2db67 commit a5e6740

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/docs/Installation/Raspberry Pi.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,22 @@
22
It is recommended to use a Raspberry Pi 4 with 4GB or 8GB of ram.
33

44
This guide assums that you have a clean install of Raspberry Pi OS or Raspbian.
5+
You may also use the 64 bit ubuntu 20.04 LTS.
56

67
#### Install Docker
78
```bash
8-
sudo apt-get update && sudo apt-get upgrade
9+
sudo apt-get update && sudo apt-get upgrade -y
910
sudo apt-get install curl
1011
curl -fsSL https://get.docker.com -o get-docker.sh
1112
sudo sh get-docker.sh
1213
```
1314
#### Run the Container
1415
```bash
15-
docker volume create fts_data
16+
sudo docker volume create fts_data
1617
```
1718

1819
```bash
19-
docker run -d -p 8080:8080/tcp -p 8087:8087/tcp -e FTS_CONNECTION_MESSAGE="Server Connection Message" -v fts_data:/data --name fts --restart unless-stopped freetakteam/freetakserver:1.1.2
20+
sudo docker run -d -p 8080:8080/tcp -p 8087:8087/tcp -e FTS_CONNECTION_MESSAGE="Server Connection Message" -v fts_data:/data --name fts --restart unless-stopped freetakteam/freetakserver:1.1.2
2021
```
2122

2223
# Older Pi's

0 commit comments

Comments
 (0)