From bbca67466c58b6496cf2764103441b77a93288f4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 3 Aug 2019 01:55:39 -0300 Subject: Upgrade: do not run rpi-update --- share/hydractl/upgrade | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- cgit v1.2.3