aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2019-08-03 01:55:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2019-08-03 01:55:39 -0300
commitbbca67466c58b6496cf2764103441b77a93288f4 (patch)
tree99a96f641f5ce318cd0451ed5e0a13bc83d5f816
parentef8aeb50e0d2697c5217fdf0149999b179ece4c6 (diff)
downloadhydra-bbca67466c58b6496cf2764103441b77a93288f4.tar.gz
hydra-bbca67466c58b6496cf2764103441b77a93288f4.tar.bz2
Upgrade: do not run rpi-update
-rwxr-xr-xshare/hydractl/upgrade8
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