Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pc-setup-scripts
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andri Joos
pc-setup-scripts
Commits
8a136700
Commit
8a136700
authored
6 months ago
by
Andri Joos
Browse files
Options
Downloads
Patches
Plain Diff
add user to docker group
parent
a1d82cc2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_functions.sh
+3
-0
3 additions, 0 deletions
install_functions.sh
with
3 additions
and
0 deletions
install_functions.sh
+
3
−
0
View file @
8a136700
...
...
@@ -12,6 +12,7 @@ flathub_repo="flathub"
mkdir_cmd
=
"mkdir -p"
gtk_launch_cmd
=
"gtk-launch"
flatpak_run_cmd
=
"flatpak run"
add_user_to_group_cmd
=
"sudo usermod -aG"
command_exists
()
{
cmd
=
$1
...
...
@@ -131,6 +132,8 @@ install_vlc() {
install_docker
()
{
$apt_install_cmd
docker.io
$add_user_to_group_cmd
docker
$username
}
install_kubectl
()
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment