Browse Source

start docker

merge-requests/23/head
Steven Foerster 6 years ago
parent
commit
c6c47e55b4
  1. 2
      scripts/install.sh

2
scripts/install.sh

@ -139,7 +139,7 @@ source ./scripts/subinstallers/wireguard.sh @@ -139,7 +139,7 @@ source ./scripts/subinstallers/wireguard.sh
# Docker
source ./scripts/subinstallers/docker.sh
sudo systemctl enable docker
sudo systemctl restart docker
sudo systemctl start docker
# Unattended upgrades
sudo apt-get install -y unattended-upgrades

Loading…
Cancel
Save