We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec5ae1 commit 2169aafCopy full SHA for 2169aaf
plugin/plugins/dynamix.unraid.net.plg
@@ -153,6 +153,7 @@ exit 0
153
fi
154
155
# Remove all node js archives from the flashdrive that do not match the expected version
156
+ # deprecated Apr 2025. kept to remove unused archives for users upgrading from versioned node downloads.
157
find /boot/config/plugins/dynamix.my.servers/ -name "node-v*-linux-x64.tar.xz" ! -name "${NODE_FILE}" -delete
158
159
# Remove stale pnpm store archives from the boot drive
0 commit comments