diff --git a/src/commands/system-setup/tab_data.toml b/src/commands/system-setup/tab_data.toml index 6ede3012..a25cf5c7 100644 --- a/src/commands/system-setup/tab_data.toml +++ b/src/commands/system-setup/tab_data.toml @@ -1,5 +1,16 @@ name = "System Setup" +[[data]] +name = "Arch Linux" + +[[data.entries]] +name = "Yay AUR Helper" +script = "arch/yay-setup.sh" + +[[data.entries]] +name = "Paru AUR Helper" +script = "arch/paru-setup.sh" + [[data]] name = "Full System Update" script = "system-update.sh"