Update .gitignore

This commit is contained in:
2024-10-18 19:22:18 -04:00
parent 17f9d5b3c4
commit 091f5954d6
2 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
.vscode/
README.bbcode
installJRMC.zip
README.shdoc.md

View File

@@ -455,10 +455,10 @@ set_mc_version() {
# @description Installs a package using the system package manager
# @arg $1 array One or more package names
# @arg --no-install-check Do not check if package is already installed
# @arg --no-gpg-check Disable GPG checks for RPM based distros
# @arg --allow-downgrades Useful for installing specific MC versions
# @arg --silent | -s Do not print errors (useful for optional packages)
# @option --no-install-check Do not check if package is already installed
# @option --no-gpg-check Disable GPG checks for RPM based distros
# @option --allow-downgrades Useful for installing specific MC versions
# @option --silent | -s Do not print errors (useful for optional packages)
install_package() {
debug "Running: ${FUNCNAME[0]}" "$@"
@@ -608,7 +608,6 @@ install_mc_repo() {
fi
}
# @description Acquires the source DEB package from JRiver
acquire_deb() {
debug "Running: ${FUNCNAME[0]}"
@@ -1203,7 +1202,7 @@ set_service_vars() {
fi
}
# @section Services
# @description Starts and enables (at startup) a JRiver Media Center service
# @arg $1 string Passes arguments as startup options to /usr/bin/mediacenter??
service_jriver-mediacenter() {
@@ -1731,4 +1730,3 @@ execute() {
[[ " $* " =~ ( --debug | -d ) ]] && declare -g DEBUG=1
main "$@"