Pre-install proxmox

This commit is contained in:
Sergey Mazein
2024-10-10 23:48:08 +03:00
parent 219a665e58
commit e1385da4d1
-8
View File
@@ -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