ProjectRoot
src
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update && apt-get upgrade -y | |
apt-get install dialog apt-utils -y | |
apt-get install htop -y | |
apt-get --reinstall install bsdutils -y | |
apt-get install language-pack-ru -y | |
update-locale LANG=ru_RU.UTF-8 | |
# php repo | |
apt-get install python-software-properties |