Update install_coral_lxc.sh

This commit is contained in:
MacRimi 2025-02-02 10:11:38 +01:00 committed by GitHub
parent 0645998e93
commit 9b93b83783
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,21 +24,20 @@
# ==========================================================
# Configuration ============================================
UTILS_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/scripts/utils.sh"
REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main"
BASE_DIR="/usr/local/share/proxmenux"
CACHE_FILE="$BASE_DIR/cache.json"
CONFIG_FILE="$BASE_DIR/config.json"
UTILS_FILE="$BASE_DIR/utils.sh"
VENV_PATH="/opt/googletrans-env"
if ! source <(curl -sSf "$UTILS_URL"); then
echo "$(translate 'Error: Could not load utils.sh from') $UTILS_URL"
exit 1
if [[ -f "$UTILS_FILE" ]]; then
source "$UTILS_FILE"
fi
load_language
initialize_cache
# ==========================================================
# Select LXC container
select_container() {
clear