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