mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-14 00:42:23 +00:00
Update remove-banner-pve9.sh
This commit is contained in:
parent
7438073e7e
commit
585a4fa449
@ -2,9 +2,18 @@
|
|||||||
# ==========================================================
|
# ==========================================================
|
||||||
# Remove Subscription Banner - Proxmox VE 9.x ONLY
|
# Remove Subscription Banner - Proxmox VE 9.x ONLY
|
||||||
# ==========================================================
|
# ==========================================================
|
||||||
# This script is specifically designed for PVE 9.x
|
REPO_URL="https://raw.githubusercontent.com/MacRimi/ProxMenux/main"
|
||||||
# DO NOT use on PVE 8.x - use remove-banner-pve8.sh instead
|
BASE_DIR="/usr/local/share/proxmenux"
|
||||||
# ==========================================================
|
UTILS_FILE="$BASE_DIR/utils.sh"
|
||||||
|
VENV_PATH="/opt/googletrans-env"
|
||||||
|
TOOLS_JSON="/usr/local/share/proxmenux/installed_tools.json"
|
||||||
|
|
||||||
|
if [[ -f "$UTILS_FILE" ]]; then
|
||||||
|
source "$UTILS_FILE"
|
||||||
|
fi
|
||||||
|
|
||||||
|
load_language
|
||||||
|
initialize_cache
|
||||||
|
|
||||||
remove_subscription_banner_pve9() {
|
remove_subscription_banner_pve9() {
|
||||||
local JS_FILE="/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js"
|
local JS_FILE="/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user