mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Add descriptions to the Applications Setup section and Auto Mount Drive (#680)
* Add description for Bottles * Add description for Auto Mount Drive * Add description for Docker * Add description for Grub Theme Setup
This commit is contained in:
parent
c7622d8be7
commit
ce2d2d0ec9
|
@ -110,6 +110,7 @@ task_list = "I FM"
|
|||
|
||||
[[data]]
|
||||
name = "Bottles"
|
||||
description = "Bottles allows Windows software, like applications and games, to run on Linux.\nBottles also provides tools to categorize, organize and optimize your applications."
|
||||
script = "bottles-setup.sh"
|
||||
task_list = "FI"
|
||||
|
||||
|
@ -127,6 +128,7 @@ task_list = "I PFM SS"
|
|||
|
||||
[[data]]
|
||||
name = "Docker"
|
||||
description = "Docker is an open platform that uses OS-level virtualization to deliver software in packages called containers."
|
||||
script = "docker-setup.sh"
|
||||
task_list = "I SS"
|
||||
|
||||
|
@ -144,6 +146,7 @@ task_list = "I"
|
|||
|
||||
[[data]]
|
||||
name = "Grub Theme"
|
||||
description = "Installs ChrisTitusTech's Top 5 Bootloader Themes script to allow for easy customization of GRUB."
|
||||
script = "grub-theme.sh"
|
||||
task_list = "PFM"
|
||||
|
||||
|
|
|
@ -95,6 +95,7 @@ script = "user-account-manager/remove_from_group.sh"
|
|||
|
||||
[[data]]
|
||||
name = "Auto Mount Drive"
|
||||
description = "This utility is designed to help with automating the process of mounting a drive on to your system."
|
||||
script = "auto-mount.sh"
|
||||
task_list = "PFM"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user