Skip to content
Snippets Groups Projects
Commit 8a136700 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add user to docker group

parent a1d82cc2
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ flathub_repo="flathub" ...@@ -12,6 +12,7 @@ flathub_repo="flathub"
mkdir_cmd="mkdir -p" mkdir_cmd="mkdir -p"
gtk_launch_cmd="gtk-launch" gtk_launch_cmd="gtk-launch"
flatpak_run_cmd="flatpak run" flatpak_run_cmd="flatpak run"
add_user_to_group_cmd="sudo usermod -aG"
command_exists() { command_exists() {
cmd=$1 cmd=$1
...@@ -131,6 +132,8 @@ install_vlc() { ...@@ -131,6 +132,8 @@ install_vlc() {
install_docker() { install_docker() {
$apt_install_cmd docker.io $apt_install_cmd docker.io
$add_user_to_group_cmd docker $username
} }
install_kubectl() { install_kubectl() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment