* fix toml

* fix toml again

---------

Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
Nyx 2024-09-22 14:23:55 -04:00 committed by GitHub
parent fbf12ca8cf
commit fa3474b92d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,11 +69,6 @@ description = "This script is designed to handle the installation of various sof
script = "compile-setup.sh"
task_list = "installation"
[[data]]
name = "Docker"
script = "docker-setup.sh"
task_list = "installation, systemd actions"
[[data]]
name = "Full System Cleanup"
script = "system-cleanup.sh"
@ -102,8 +97,3 @@ name = "Remove Snaps"
description = "This script is designed to remove snap"
script = "remove-snaps.sh"
task_list = "package removal"
[[data]]
name = "SSH-Samba"
script = "samba-ssh-setup.sh"
task_list = "installation, systemd actions, privileged file modification"