Update install.sh

This commit is contained in:
Kroese 2024-05-17 22:42:27 +02:00 committed by GitHub
parent 34c10b03a4
commit 0289616ce2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -595,11 +595,15 @@ updateAsset() {
# : "${LANGUAGE:=""}"
# : "${PASSWORD:=""}"
# <InputLocale>0409:00000409</InputLocale>
#
# <SystemLocale>en-US</SystemLocale>
# <UILanguage>en-US</UILanguage>
# <UserLocale>en-US</UserLocale>
sed -i "s=/=<InputLocale>0409:00000409</InputLocale>/=<InputLocale>xxx</InputLocale>/=g" "$asset"
cat "$asset"
exit 13
return 0
}