mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
scripts/get_archive: fix typo
This commit is contained in:
parent
2ad72df957
commit
6a480451a4
@ -45,7 +45,7 @@ while [ ${NBWGET} -gt 0 ]; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ ${NBWGET} -eq 0 ]; then
|
if [ ${NBWGET} -eq 0 ]; then
|
||||||
die "\nCant't get ${1} sources : ${PKG_URL}\nTry later!"
|
die "\nCannot get ${1} sources : ${PKG_URL}\nTry later!"
|
||||||
else
|
else
|
||||||
build_msg "CLR_INFO" "INFO" "Calculated checksum: ${CALC_SHA256}"
|
build_msg "CLR_INFO" "INFO" "Calculated checksum: ${CALC_SHA256}"
|
||||||
echo "${PKG_URL}" > "${STAMP_URL}"
|
echo "${PKG_URL}" > "${STAMP_URL}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user