mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update install_coral_lxc.sh
This commit is contained in:
parent
0645998e93
commit
9b93b83783
@ -24,21 +24,20 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|
||||||
# Configuration ============================================
|
# 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"
|
BASE_DIR="/usr/local/share/proxmenux"
|
||||||
CACHE_FILE="$BASE_DIR/cache.json"
|
UTILS_FILE="$BASE_DIR/utils.sh"
|
||||||
CONFIG_FILE="$BASE_DIR/config.json"
|
|
||||||
VENV_PATH="/opt/googletrans-env"
|
VENV_PATH="/opt/googletrans-env"
|
||||||
|
|
||||||
if ! source <(curl -sSf "$UTILS_URL"); then
|
if [[ -f "$UTILS_FILE" ]]; then
|
||||||
echo "$(translate 'Error: Could not load utils.sh from') $UTILS_URL"
|
source "$UTILS_FILE"
|
||||||
exit 1
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
load_language
|
load_language
|
||||||
initialize_cache
|
initialize_cache
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
|
|
||||||
|
|
||||||
# Select LXC container
|
# Select LXC container
|
||||||
select_container() {
|
select_container() {
|
||||||
clear
|
clear
|
||||||
|
Loading…
x
Reference in New Issue
Block a user