mirror of
https://github.com/ej52/proxmox-scripts.git
synced 2025-11-23 17:30:27 +01:00
fix: remove source from install script
This commit is contained in:
@@ -17,10 +17,13 @@ source <(wget --no-cache -qO- ${EPS_BASE_URL}/utils/${EPS_OS_DISTRO}.sh)
|
||||
|
||||
pms_bootstrap
|
||||
pms_settraps
|
||||
|
||||
if [ $EPS_CT_INSTALL = false ]; then
|
||||
pms_header
|
||||
fi
|
||||
|
||||
pms_check_os
|
||||
|
||||
EPS_OS_ARCH=$(os_arch)
|
||||
EPS_OS_CODENAME=$(os_codename)
|
||||
EPS_OS_VERSION=${EPS_OS_VERSION:-$(os_version)}
|
||||
|
||||
Reference in New Issue
Block a user