Skip to content

Commit 23cc2ed

Browse files
committed
Fix trixie to install correct nodev20
1 parent 8606886 commit 23cc2ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deb/update-nodejs-and-nodered

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ case $yn in
568568

569569
# block debian nodejs install
570570
echo "Package: nodejs" | $SUDO tee /etc/apt/preferences.d/nodejs.pref >>/dev/null
571-
echo "Pin: release a=stable-security" | $SUDO tee -a /etc/apt/preferences.d/nodejs.pref >>/dev/null
571+
echo "Pin: release a=stable" | $SUDO tee -a /etc/apt/preferences.d/nodejs.pref >>/dev/null
572572
echo "Pin-Priority: -1" | $SUDO tee -a /etc/apt/preferences.d/nodejs.pref >>/dev/null
573573

574574
# use the official script to install for other debian platforms

0 commit comments

Comments
 (0)