Browse Source

dont autorun docker at startup

master
Marten Kante 1 year ago
committed by GitHub
parent
commit
a9e955e091
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      larbs.sh

+ 2
- 2
larbs.sh

@ -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

Loading…
Cancel
Save