mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-22 05:12:27 +00:00
Compare commits
3 Commits
2d48eb5c20
...
05d3d662a4
Author | SHA1 | Date | |
---|---|---|---|
|
05d3d662a4 | ||
|
15e3a10009 | ||
|
aa392abaf8 |
|
@ -53,6 +53,10 @@ install_docker() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
startAndEnableService docker
|
startAndEnableService docker
|
||||||
|
|
||||||
|
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}"
|
||||||
}
|
}
|
||||||
|
|
||||||
install_docker_compose() {
|
install_docker_compose() {
|
||||||
|
@ -109,4 +113,4 @@ install_components() {
|
||||||
|
|
||||||
checkEnv
|
checkEnv
|
||||||
checkEscalationTool
|
checkEscalationTool
|
||||||
install_components
|
install_components
|
||||||
|
|
Loading…
Reference in New Issue
Block a user