This commit is contained in:
Marc Beninca 2024-07-22 12:06:45 +02:00
parent 82da8443ea
commit 4e087ead78
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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