mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 21:09:42 +00:00
Merge e3397f8329
into fa69885b6c
This commit is contained in:
commit
2d48eb5c20
|
@ -53,6 +53,11 @@ install_docker() {
|
|||
esac
|
||||
|
||||
startAndEnableService docker
|
||||
|
||||
printf "%b\n" "${YELLOW}Adding current user to the docker group...${RC}"
|
||||
"$ESCALATION_TOOL" usermod -aG docker "$USER"
|
||||
newgrp docker
|
||||
printf "%b\n" "${GREEN}Current user added to the docker group successfully.${RC}"
|
||||
}
|
||||
|
||||
install_docker_compose() {
|
||||
|
@ -109,4 +114,4 @@ install_components() {
|
|||
|
||||
checkEnv
|
||||
checkEscalationTool
|
||||
install_components
|
||||
install_components
|
||||
|
|
Loading…
Reference in New Issue
Block a user