addet docker script

This commit is contained in:
pika 2024-12-30 18:41:08 +01:00
parent 2d34c2e7e6
commit 8e108f45d7
3 changed files with 113 additions and 64 deletions

View file

@ -13,6 +13,12 @@ description = "Flatpak is a universal application sandbox for Linux that uses is
script = "setup-flatpak.sh"
task_list = "I"
[[data]]
name = "Docker"
description = "Installs docker and handles the group permissions correctly"
script = "docker-setup.sh"
task_list = "I"
[[data]]
name = "github-desktop"
description = "GitHub Desktop is a free Git client that allows you to manage your GitHub repositories on your desktop."