testing..
This commit is contained in:
parent
a841a7cf7a
commit
e8d40eb2a7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ getImports() {
|
|||
|
||||
init_docker() {
|
||||
if command_exists docker; then
|
||||
if confirm "Docker was installed correctly. Do you want to add $(whoami) to the docker group? (y/n)"; then
|
||||
if confirm "Docker was installed correctly. Do you want to add $(whoami) to the docker group?" </dev/tty; then
|
||||
$_sudo usermod -aG docker "$(whoami)"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue