ruff
This commit is contained in:
parent
82da8443ea
commit
4e087ead78
1 changed files with 9 additions and 0 deletions
9
spcd.sh
9
spcd.sh
|
@ -644,6 +644,15 @@ spcd_install_packages() {
|
|||
# rsync
|
||||
spcd_step "Install Rsync"
|
||||
spcd_install_package "rsync"
|
||||
# ruff
|
||||
spcd_step "Install Ruff"
|
||||
case "${SPCD_OS_ID}" in
|
||||
"${SPCD_OS_ALPINE}")
|
||||
[ "${SPCD_OS_VERSION}" != "3.19" ] && spcd_install_package "ruff"
|
||||
;;
|
||||
"${SPCD_OS_ARCH}" | "${SPCD_OS_FEDORA}") spcd_install_package "ruff" ;;
|
||||
*) ;;
|
||||
esac
|
||||
# shellcheck
|
||||
spcd_step "Install ShellCheck"
|
||||
case "${SPCD_PM}" in
|
||||
|
|
Loading…
Reference in a new issue