fix: setup script
This commit is contained in:
parent
933b5da8f5
commit
b1f804d721
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ fatal() {
|
||||||
|
|
||||||
echo "# installing docker"
|
echo "# installing docker"
|
||||||
sudo apt update || fatal "something went wrong"
|
sudo apt update || fatal "something went wrong"
|
||||||
sudo apt install docker* || fatal "something went wrong"
|
sudo apt install "docker*" || fatal "something went wrong"
|
||||||
|
|
||||||
echo "# check groups"
|
echo "# check groups"
|
||||||
groups | grep docker || sudo usermod $USER -aG docker
|
groups | grep docker || sudo usermod $USER -aG docker
|
||||||
|
|
Reference in a new issue