Update meilisearch-ui.sh

This commit is contained in:
CanbiZ 2025-06-23 15:56:57 +02:00
parent c1c08fa79a
commit da2b010c2b

View File

@ -4,7 +4,13 @@
# Author: MickLesk
# License: MIT
if command -v curl >/dev/null 2>&1; then
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/core.func)
load_functions
elif command -v wget >/dev/null 2>&1; then
source <(wget -qO- https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/core.func)
load_functions
fi
source <(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/tools.func)
variables