Add /etc/localtime
file in test container
This commit is contained in:
parent
45d491bc46
commit
353c16a188
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue