Update file software.yml

This commit is contained in:
Brian Zalewski 2023-01-09 02:17:18 +00:00
parent 3a58554808
commit b3ac99fecc

View file

@ -26,7 +26,7 @@
# echo "_pre allows you to define a script that runs before the installation" # echo "_pre allows you to define a script that runs before the installation"
# _post:brew:debian: | # _post:brew:debian: |
# echo "_post allows you to define a script that runs after the installation" # echo "_post allows you to define a script that runs after the installation"
# _systemd: smbd # System service to enable, restart, and/or start (can also be an array). # _service: smbd # System service to enable, restart, and/or start (can also be an array).
# _epel: true # True if https://docs.fedoraproject.org/en-US/epel/ should be enabled # _epel: true # True if https://docs.fedoraproject.org/en-US/epel/ should be enabled
# ansible: professormanhattan.docker # ansible: professormanhattan.docker
# apk: altair # apk: altair
@ -76,7 +76,6 @@
# _docs: https://docs.angular.io/ # Link to documentation (if available) # _docs: https://docs.angular.io/ # Link to documentation (if available)
# _github: https://github.com/manosim/gitify # GitHub link to the package # _github: https://github.com/manosim/gitify # GitHub link to the package
# _type: menubar # Type of package (either application, cli, or menubar) # _type: menubar # Type of package (either application, cli, or menubar)
# _service: true # True when the application relies on a system service
# npm: # npm:
# - '@angular/cli' # - '@angular/cli'
# - gulp # - gulp