diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-08-03 01:55:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-08-03 01:55:39 -0300 |
commit | bbca67466c58b6496cf2764103441b77a93288f4 (patch) | |
tree | 99a96f641f5ce318cd0451ed5e0a13bc83d5f816 /share | |
parent | ef8aeb50e0d2697c5217fdf0149999b179ece4c6 (diff) | |
download | hydra-bbca67466c58b6496cf2764103441b77a93288f4.tar.gz hydra-bbca67466c58b6496cf2764103441b77a93288f4.tar.bz2 |
Upgrade: do not run rpi-update
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydractl/upgrade | 8 |
1 files 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 |