From 716f5a2d01931598b0a4fbc054e49fe291736a45 Mon Sep 17 00:00:00 2001 From: Liam McLoughlin Date: Mon, 30 Apr 2012 11:22:54 +0000 Subject: [PATCH] Disabling tool pending fixes for critical bug --- rpi-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rpi-update b/rpi-update index 41668ad..196ca85 100755 --- a/rpi-update +++ b/rpi-update @@ -82,6 +82,9 @@ if [[ $UPDATE -ne 0 ]]; then update_self fi +echo "Come back later, rpi-update needs patching up" +exit 0 + command -v git >/dev/null 2>&1 || { echo "This tool requires you have Git installed, please install it first" echo "In Debian, try: sudo apt-get install git-core"