mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
we do have to install snap...
This commit is contained in:
parent
38da4a91fb
commit
ae17c19085
1 changed files with 2 additions and 0 deletions
2
.github/workflows/packaging_jobs.yml
vendored
2
.github/workflows/packaging_jobs.yml
vendored
|
|
@ -186,6 +186,8 @@ jobs:
|
|||
sudo groupadd --force --system lxd
|
||||
sudo usermod --append --groups lxd $USER
|
||||
newgrp lxd
|
||||
sudo apt-get update
|
||||
sudo apt install -y fuse3:armhf snapd:armhf
|
||||
sudo snap install lxd
|
||||
sudo lxd init --auto
|
||||
sudo iptables -P FORWARD ACCEPT
|
||||
|
|
|
|||
Loading…
Reference in a new issue