mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-27 20:06:52 +00:00
Update configure_igpu_lxc.sh
This commit is contained in:
parent
42931b912c
commit
b4399d228f
@ -26,17 +26,13 @@
|
||||
# ==========================================================
|
||||
|
||||
# Configuration ============================================
|
||||
UTILS_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main/scripts/utils.sh"
|
||||
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
|
||||
|
||||
initialize_cache
|
||||
load_language
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user