testing..

This commit is contained in:
pika 2025-05-22 11:14:54 +02:00
parent a841a7cf7a
commit e8d40eb2a7

View file

@ -46,7 +46,7 @@ getImports() {
init_docker() { init_docker() {
if command_exists docker; then 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)" $_sudo usermod -aG docker "$(whoami)"
fi fi