Изменил(а) на 'setup_programs.sh'
This commit is contained in:
parent
391bae9d32
commit
592594f9f8
@ -15,7 +15,7 @@ apt install -y net-tools
|
|||||||
## set noninteractive installation
|
## set noninteractive installation
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
## install tzdata package
|
## install tzdata package
|
||||||
apt update && apt-get install -y tzdata
|
apt update && apt install -y tzdata
|
||||||
## set Moscow timezone
|
## set Moscow timezone
|
||||||
ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime
|
ln -fs /usr/share/zoneinfo/Europe/Moscow /etc/localtime
|
||||||
dpkg-reconfigure --frontend noninteractive tzdata
|
dpkg-reconfigure --frontend noninteractive tzdata
|
||||||
Loading…
x
Reference in New Issue
Block a user