Configure timezone without systemd

This commit is contained in:
Gabriel Simmer 2022-07-12 00:17:31 +01:00
parent d53a05dd91
commit 2ec2ae3b15

View file

@ -12,7 +12,8 @@ jobs:
mkdir public
wget https://github.com/gohugoio/hugo/releases/download/v0.85.0/hugo_0.85.0_Linux-64bit.deb
sudo dpkg -i hugo_0.85.0_Linux-64bit.deb
sudo timedatectl set-timezone Europe/London
echo "Europe/London" | sudo tee /etc/timezone
sudo dpkg-reconfigure --frontend noninteractive tzdata
name: Setup environment
- run:
name: Setup git project branch