add updates to prepare script
This commit is contained in:
@@ -37,11 +37,13 @@ ln -sf /bin/true /usr/bin/ischroot
|
|||||||
ln -sf /bin/true /usr/bin/chfn
|
ln -sf /bin/true /usr/bin/chfn
|
||||||
|
|
||||||
## Install HTTPS support for APT
|
## Install HTTPS support for APT
|
||||||
|
apt update
|
||||||
apt_install_permanent apt-transport-https
|
apt_install_permanent apt-transport-https
|
||||||
|
|
||||||
## Upgrade all packages
|
## Upgrade all packages
|
||||||
|
apt update
|
||||||
apt dist-upgrade -y --no-install-recommends
|
apt dist-upgrade -y --no-install-recommends
|
||||||
|
|
||||||
## Set timezone
|
## Set timezone
|
||||||
echo $TIMEZONE > /etc/timezone
|
echo $TIMEZONE > /etc/timezone
|
||||||
dpkg-reconfigure -f noninteractive tzdata
|
dpkg-reconfigure -f noninteractive tzdata
|
||||||
|
|||||||
Reference in New Issue
Block a user