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