initial commit
This commit is contained in:
parent
212a05d71a
commit
e1427912f5
80 changed files with 8684 additions and 0 deletions
13
core/tabs/utils/tab_data.toml
Normal file
13
core/tabs/utils/tab_data.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Utilities"
|
||||
multi_selectable = false
|
||||
|
||||
[[data]]
|
||||
name = "Auto Login"
|
||||
script = "auto-login.sh"
|
||||
task_list = "DE setup"
|
||||
|
||||
[[data]]
|
||||
name = "SSH Permissions"
|
||||
script = "ssh-keyperm.sh"
|
||||
description = "This script will set the SSH permissions"
|
||||
task_list = "I"
|
Loading…
Add table
Add a link
Reference in a new issue