Skip to content

Commit 496cb04

Browse files
committed
added VB installer and docker user group add
1 parent 348b592 commit 496cb04

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: dockerInstall.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
read -p "Do you want to install Docker? (Y/N): " yn
33
case $yn in
44
[Yy]*) sudo apt-get install docker-ce -y && apt-cache madison docker-ce &&
5-
sudo chmod 666 /var/run/docker.sock ;;
5+
sudo usermod -aG docker ${USER} ;;
66
[Nn]*) echo "Thank you. Docker Installation aborted." ;;
77
esac
88

Diff for: virtualBoxInstall.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)