mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Remove redundant variable
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
set -o nounset
|
set -o nounset
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
SELF=$(basename $0)
|
|
||||||
UPDATE=${2:-1}
|
UPDATE=${2:-1}
|
||||||
UPDATE_URI="https://raw.github.com/Hexxeh/rpi-update/master/rpi-update"
|
UPDATE_URI="https://raw.github.com/Hexxeh/rpi-update/master/rpi-update"
|
||||||
FW_REPO="git://github.com/Hexxeh/rpi-firmware.git"
|
FW_REPO="git://github.com/Hexxeh/rpi-firmware.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user