mirror of
https://github.com/ej52/proxmox-scripts.git
synced 2025-11-23 17:30:27 +01:00
fix: use debian utils for ubuntu
This commit is contained in:
@@ -13,7 +13,11 @@ fi
|
|||||||
|
|
||||||
source <(echo -n "$EPS_UTILS")
|
source <(echo -n "$EPS_UTILS")
|
||||||
source <(echo -n "$EPS_APP_CONFIG")
|
source <(echo -n "$EPS_APP_CONFIG")
|
||||||
source <(wget --no-cache -qO- ${EPS_BASE_URL}/utils/${EPS_OS_DISTRO}.sh)
|
if [ "$EPS_OS_DISTRO" = "alpine" ]; then
|
||||||
|
source <(wget --no-cache -qO- ${EPS_BASE_URL}/utils/alpine.sh)
|
||||||
|
else
|
||||||
|
source <(wget --no-cache -qO- ${EPS_BASE_URL}/utils/debian.sh)
|
||||||
|
fi
|
||||||
|
|
||||||
pms_bootstrap
|
pms_bootstrap
|
||||||
pms_settraps
|
pms_settraps
|
||||||
|
|||||||
Reference in New Issue
Block a user