mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
fix toml (#627)
* fix toml * fix toml again --------- Co-authored-by: nnyyxxxx <nnyyxxxx@users.noreply.github.com>
This commit is contained in:
parent
fbf12ca8cf
commit
fa3474b92d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user