Изменил(а) на 'setup_programs.sh'
This commit is contained in:
parent
37cf3b29b6
commit
09a44e6bce
@ -1,22 +1,21 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Update Software repository
|
# Update Software repository
|
||||||
apt-get clean
|
apt update
|
||||||
apt-get update
|
apt full-upgrade -y
|
||||||
apt-get upgrade -y
|
|
||||||
|
|
||||||
# Install base soft
|
# Install base soft
|
||||||
apt-get install -y wget
|
apt install -y wget
|
||||||
apt-get install -y nano
|
apt install -y nano
|
||||||
apt-get install -y telnet
|
apt install -y telnet
|
||||||
apt-get install -y iputils-ping
|
apt install -y iputils-ping
|
||||||
apt-get install -y net-tools
|
apt install -y net-tools
|
||||||
|
|
||||||
# Setup timezone
|
# Setup timezone
|
||||||
## set noninteractive installation
|
## set noninteractive installation
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
## install tzdata package
|
## install tzdata package
|
||||||
apt-get update && apt-get install -y tzdata
|
apt update && apt-get 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