diff --git a/core/tabs/applications-setup/tab_data.toml b/core/tabs/applications-setup/tab_data.toml index f5ed12e5c..b1db4159a 100644 --- a/core/tabs/applications-setup/tab_data.toml +++ b/core/tabs/applications-setup/tab_data.toml @@ -90,6 +90,21 @@ description = "Thunderbird is a free, open-source email client that offers power script = "communication-apps/thunderbird-setup.sh" task_list = "I" +[[data]] +name = "Linutil" + +[[data.entries]] +name = "Linutil Installer" +description = "Installs a distro-specific Linutil package locally." +script = "linutil-installer.sh" +task_list = "I" + +[[data.entries]] +name = "Linutil Updater" +description = "Updates your local Linutil crate installation." +script = "linutil-updater.sh" +task_list = "I" + [[data]] name = "Alacritty" description = "Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.\nThis command installs and condifures alacritty terminal emulator." @@ -153,28 +168,6 @@ description = "kitty is a free and open-source GPU-accelerated terminal emulator script = "kitty-setup.sh" task_list = "I FM" -[[data]] -name = "Linutil Installer" -description = "Installs a distro-specific Linutil package locally." -script = "linutil-installer.sh" -task_list = "I" - -[[data.preconditions]] -matches = false -data = "command_exists" -values = [ "linutil" ] - -[[data]] -name = "Linutil Updater" -description = "Updates your local Linutil crate installation." -script = "linutil-updater.sh" -task_list = "I" - -[[data.preconditions]] -matches = true -data = "command_exists" -values = [ "linutil" ] - [[data]] name = "Office Suite" description = "An office suite installer is a software package that installs productivity tools such as word processing, spreadsheets, presentations, and pdf viewers for business and personal use."