mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Run with lxd group.
This commit is contained in:
parent
b53e072432
commit
5c0a8a940f
1 changed files with 3 additions and 1 deletions
|
|
@ -14,5 +14,7 @@ sudo /snap/bin/lxd.migrate -yes
|
|||
sudo /snap/bin/lxd waitready
|
||||
sudo /snap/bin/lxd init --auto
|
||||
tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > constraints.txt
|
||||
snapcraft --use-lxd
|
||||
# Run snapcraft with the lxd group since it has not been added to the current
|
||||
# shell.
|
||||
sg lxd -c 'snapcraft --use-lxd'
|
||||
sudo snap install --dangerous --classic *.snap
|
||||
|
|
|
|||
Loading…
Reference in a new issue