mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-21 14:32:35 +08:00
Disabling tool pending fixes for critical bug
This commit is contained in:
@@ -82,6 +82,9 @@ if [[ $UPDATE -ne 0 ]]; then
|
|||||||
update_self
|
update_self
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Come back later, rpi-update needs patching up"
|
||||||
|
exit 0
|
||||||
|
|
||||||
command -v git >/dev/null 2>&1 || {
|
command -v git >/dev/null 2>&1 || {
|
||||||
echo "This tool requires you have Git installed, please install it first"
|
echo "This tool requires you have Git installed, please install it first"
|
||||||
echo "In Debian, try: sudo apt-get install git-core"
|
echo "In Debian, try: sudo apt-get install git-core"
|
||||||
|
|||||||
Reference in New Issue
Block a user