Update configure_igpu_lxc.sh

This commit is contained in:
MacRimi 2025-01-31 22:19:19 +01:00 committed by GitHub
parent efe15a8ed8
commit efc5cb6cff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,18 +37,8 @@ if ! source <(curl -sSf "$UTILS_URL"); then
exit 1
fi
initialize_cache() {
if [ ! -f "$CACHE_FILE" ]; then
echo "{}" > "$CACHE_FILE"
return
fi
}
load_language() {
if [ -f "$CONFIG_FILE" ]; then
LANGUAGE=$(jq -r '.language' "$CONFIG_FILE")
fi
}
initialize_cache
load_language
# ==========================================================