mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 12:59:41 +00:00
Compare commits
2 Commits
160baca035
...
ee8e1edfa8
Author | SHA1 | Date | |
---|---|---|---|
|
ee8e1edfa8 | ||
|
15e3a10009 |
|
@ -54,7 +54,6 @@ install_docker() {
|
||||||
|
|
||||||
startAndEnableService docker
|
startAndEnableService docker
|
||||||
|
|
||||||
# Add the current user to the docker group
|
|
||||||
printf "%b\n" "${YELLOW}Adding current user to the docker group...${RC}"
|
printf "%b\n" "${YELLOW}Adding current user to the docker group...${RC}"
|
||||||
"$ESCALATION_TOOL" usermod -aG docker "$USER"
|
"$ESCALATION_TOOL" usermod -aG docker "$USER"
|
||||||
printf "%b\n" "${GREEN}Current user added to the docker group successfully.${RC}"
|
printf "%b\n" "${GREEN}Current user added to the docker group successfully.${RC}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user