Update install_coral_lxc.sh

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

View File

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