From: Silvio Rhatto Date: Sat, 3 Aug 2019 04:55:39 +0000 (-0300) Subject: Upgrade: do not run rpi-update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bbca67466c58b6496cf2764103441b77a93288f4;p=hydra.git Upgrade: do not run rpi-update --- diff --git a/share/hydractl/upgrade b/share/hydractl/upgrade index a84742b..4ee31a1 100755 --- a/share/hydractl/upgrade +++ b/share/hydractl/upgrade @@ -34,9 +34,11 @@ else fi # Upgrade raspberry -if [ -x "/usr/bin/rpi-update" ]; then - rpi-update -fi +# Do not run it under normal circunstances +# https://github.com/Hexxeh/rpi-update +#if [ -x "/usr/bin/rpi-update" ]; then +# rpi-update +#fi # Upgrade all chroots hydractl chroot-upgrade