Disabling tool pending fixes for critical bug

This commit is contained in:
Liam McLoughlin
2012-04-30 11:22:54 +00:00
parent b413cde044
commit 716f5a2d01

View File

@@ -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"