mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:13:39 +08:00
no needless two line commands please, WTF
This commit is contained in:
parent
28c6bdd413
commit
fea9d89a28
|
@ -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…
Reference in New Issue
Block a user