Changes
Page history
Update Installing using Docker (recommended!)
authored
Sep 11, 2022
by
Simon
Show whitespace changes
Inline
Side-by-side
Installing-using-Docker-(recommended!).md
View page @
ba625b40
...
...
@@ -8,9 +8,11 @@ Not convinced? Read [Why Docker?](Why Docker)
# Quick Start
For a one-shot install on a Debian or Debian-base
s
system, paste this into the terminal of a running debian-like Linux system
For a one-shot install on a Debian or Debian-base
d
system, paste this into the terminal of a running debian-like Linux system
`sudo curl https://gitlab.hacknix.net/hacknix/FreeDMR/-/raw/master/docker-configs/docker-compose_install.sh | bash`
(sorry Ubuntists, we don't sudo on every line! - su (or sudo) to root like a real sysadmin ;-) )
`curl https://gitlab.hacknix.net/hacknix/FreeDMR/-/raw/master/docker-configs/docker-compose_install.sh | bash`
This works on Debian 10, 11, PiOs (Raspbian) and recent Ubuntu systems, on other flavours, you may need to follow the process below.
...
...
...
...