From e1385da4d10ee4794013f60b1cf05a8d682889e4 Mon Sep 17 00:00:00 2001 From: Sergey Mazein <37579301+semalis@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:48:08 +0300 Subject: [PATCH] Pre-install proxmox --- Installers/pre_install_proxmos.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Installers/pre_install_proxmos.sh b/Installers/pre_install_proxmos.sh index a805fdb..c907544 100644 --- a/Installers/pre_install_proxmos.sh +++ b/Installers/pre_install_proxmos.sh @@ -2,14 +2,6 @@ . <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/bashbuilder/colors.sh) -- -if [ -f ~/.bash_profile ]; - then - echo -e "${C_LGn}File bash_profile is exist${RES}" - else - echo -e "${C_LGn}Make necessary link to file bash_profile${RES}" - ln -s ~/.profile ~/.bash_profile -fi - echo -e "${C_LGn}Update & Upgrade your system ...${RES}" sudo apt update sudo apt upgrade -y