From 0289616ce2b64888b6b2155c7e662d8c62b14a79 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 17 May 2024 22:42:27 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index d50b923..1a30fbf 100644 --- a/src/install.sh +++ b/src/install.sh @@ -595,11 +595,15 @@ updateAsset() { # : "${LANGUAGE:=""}" # : "${PASSWORD:=""}" - # 0409:00000409 + # # en-US # en-US # en-US - + + sed -i "s=/=0409:00000409/=xxx/=g" "$asset" + + cat "$asset" + exit 13 return 0 }