mirror of https://github.com/OpenIPC/firmware.git
add missing whitespace
parent
d1cdf27b2d
commit
c40e11540d
|
@ -76,7 +76,7 @@ download_firmware() {
|
||||||
echo_c 33 "\nFirmware"
|
echo_c 33 "\nFirmware"
|
||||||
osr=$(get_system_build)
|
osr=$(get_system_build)
|
||||||
build="-"
|
build="-"
|
||||||
[ -n "${osr}"] && [ "lite" != "${osr}" ] && build="${build}${osr}-"
|
[ -n "${osr}" ] && [ "lite" != "${osr}" ] && build="${build}${osr}-"
|
||||||
[ -z "$url" ] && url="https://github.com/OpenIPC/firmware/releases/download/latest/openipc.${soc}${build}br.tgz"
|
[ -z "$url" ] && url="https://github.com/OpenIPC/firmware/releases/download/latest/openipc.${soc}${build}br.tgz"
|
||||||
echo "Download from $url"
|
echo "Download from $url"
|
||||||
[ -z "$HASERLVER" ] && progress="-#" || progress="-s"
|
[ -z "$HASERLVER" ] && progress="-#" || progress="-s"
|
||||||
|
|
Loading…
Reference in New Issue