fix: remove source from install script

This commit is contained in:
Elton Renda
2023-12-05 12:24:14 +02:00
parent 3c4c3ae9b5
commit 3a7cf2ed94
2 changed files with 22 additions and 12 deletions

View File

@@ -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)}