1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-10-30 18:21:14 +01:00

dont autorun docker at startup

This commit is contained in:
Marten Kante
2019-10-03 10:58:50 +02:00
committed by GitHub
parent 3701e7bdcc
commit a9e955e091

View File

@@ -213,9 +213,9 @@ putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozill
serviceinit NetworkManager cronie
sudo systemctl start docker.service
sudo systemctl enable docker.service
sudo groupadd docker
sudo gpasswd -a $USER docker
sudo systemctl stop docker.service
# Most important command! Get rid of the beep!
systembeepoff
@@ -230,4 +230,4 @@ rm -r ~/.local/share/larb
# Last message! Install complete!
finalize
clear
clear