Add /etc/localtime file in test container

This commit is contained in:
Manuel Thalmann 2024-11-06 03:33:01 +01:00
parent 253e6fabd6
commit ef91b70ef9

View file

@ -24,5 +24,6 @@ while not sudo lxc-attach "$container" -- ping -q -c1 5.9.164.112 &>/dev/null
end
sudo lxc-attach "$container" -- systemctl start systemd-networkd-wait-online.service
sudo lxc-attach "$container" -- ln -s (readlink /etc/localtime) /etc/localtime
sudo lxc-attach "$container" -- pacman --noconfirm -Syu fish
sudo lxc-attach "$container" -- "/$valhallaRoot/scripts/arch-install.fish"