apt update..
This commit is contained in:
parent
ce5934252b
commit
15857f1c0a
|
@ -22,6 +22,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install LXC and Packer
|
- name: Install LXC and Packer
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install -y lxc lxc-templates debootstrap libvirt0 packer
|
sudo apt install -y lxc lxc-templates debootstrap libvirt0 packer
|
||||||
echo "lxc.net.0.type = veth" > default.conf
|
echo "lxc.net.0.type = veth" > default.conf
|
||||||
echo "lxc.net.0.link = lxcbr0" >> default.conf
|
echo "lxc.net.0.link = lxcbr0" >> default.conf
|
||||||
|
|
Loading…
Reference in New Issue