mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
|
||||
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
|
||||
build_msg "CLR_INFO" "INFO" "Calculated checksum: ${CALC_SHA256}"
|
||||
echo "${PKG_URL}" > "${STAMP_URL}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user