addet debian
This commit is contained in:
parent
f034986fba
commit
58a037aad6
2 changed files with 101 additions and 1 deletions
|
@ -27,6 +27,20 @@ description = "Yet Another Yogurt - An AUR Helper Written in Go.\nTo know more a
|
|||
script = "arch/yay-setup.sh"
|
||||
task_list = "I"
|
||||
|
||||
[[data]]
|
||||
name = "Debian"
|
||||
|
||||
[[data.preconditions]]
|
||||
matches = true
|
||||
data = "command_exists"
|
||||
values = ["apt-get"]
|
||||
|
||||
[[data.entries]]
|
||||
name = "Setup | Unattended-Upgrades"
|
||||
description = "Setup unattended-upgrades for debian"
|
||||
script = "debian/unattended-upgrades.sh"
|
||||
task_list = "I"
|
||||
|
||||
[[data]]
|
||||
name = "Fedora"
|
||||
|
||||
|
@ -99,4 +113,4 @@ task_list = "RP"
|
|||
name = "TTY Fonts"
|
||||
description = "This Script will set the default TTY font to Terminus size 32 Bold"
|
||||
script = "terminus-tty.sh"
|
||||
task_list = "I PFM"
|
||||
task_list = "I PFM"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue