mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-19 00:13:01 +01:00
recyclarr: adjust paths for v8.0 breaking changes (#12129)
Recyclarr v8.0 moved local includes from configs/ to a dedicated includes/ directory. The install script now creates both dirs upfront. The update script migrates existing include subdirs from configs/ to includes/ after the binary update and also handles detection for both old (recyclarr.yml) and new (configs/) config layouts. See https://recyclarr.dev/guide/upgrade-guide/v8.0 Ref #12109
This commit is contained in:
committed by
GitHub
parent
300f8c80e8
commit
7dbd1fdc36
@@ -20,7 +20,7 @@ msg_ok "Installed Dependencies"
|
||||
fetch_and_deploy_gh_release "recyclarr" "recyclarr/recyclarr" "prebuild" "latest" "/usr/local/bin" "recyclarr-linux-x64.tar.xz"
|
||||
|
||||
msg_info "Configuring Recyclarr"
|
||||
mkdir -p /root/.config/recyclarr
|
||||
mkdir -p /root/.config/recyclarr/{configs,includes}
|
||||
$STD recyclarr config create
|
||||
msg_ok "Configured Recyclarr"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user