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 f96e7c3 commit 76ea5f9Copy full SHA for 76ea5f9
deb/update-nodejs-and-nodered
@@ -694,7 +694,7 @@ case $yn in
694
$SUDO adduser $NODERED_USER gpio 2>&1 | $SUDO tee -a /var/log/nodered-install.log >>/dev/null
695
FAM=$(cat /etc/issue | cut -d ' ' -f 1)
696
ISS=$(cat /etc/issue | cut -d '/' -f 2 | cut -d ' ' -f 2)
697
- if [[ "$FAM" == "Raspbian" ]]; then
+ if [[ "$FAM" == *"bian" ]]; then
698
if (($ISS > 11)); then
699
echo "Replace old rpi.gpio with lgpio" | $SUDO tee -a /var/log/nodered-install.log >>/dev/null
700
$SUDO apt purge -y python3-rpi.gpio 2>&1 | $SUDO tee -a /var/log/nodered-install.log >>/dev/null
0 commit comments