mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-30 00:30:31 -04:00
no needless two line commands please, WTF
This commit is contained in:
parent
28c6bdd413
commit
fea9d89a28
1 changed files with 1 additions and 2 deletions
|
@ -64,8 +64,7 @@ Replace `192.168.1.1` with the IP address you got from Digital Ocean.
|
|||
Finish installing Docker:
|
||||
|
||||
sudo sh -c "wget -qO- https://get.docker.io/gpg | apt-key add -"
|
||||
sudo sh -c "echo deb http://get.docker.io/ubuntu docker main\
|
||||
> /etc/apt/sources.list.d/docker.list"
|
||||
sudo sh -c "echo deb http://get.docker.io/ubuntu docker main /etc/apt/sources.list.d/docker.list"
|
||||
sudo apt-get update
|
||||
sudo apt-get install lxc-docker
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue