Skip to content

Commit

Permalink
fix toml (#627)
Browse files Browse the repository at this point in the history
* fix toml

* fix toml again

---------

Co-authored-by: nnyyxxxx <[email protected]>
  • Loading branch information
nnyyxxxx and nnyyxxxx authored Sep 22, 2024
1 parent fbf12ca commit fa3474b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions core/tabs/system-setup/tab_data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"

0 comments on commit fa3474b

Please sign in to comment.