mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
purge snapd for 20.04
This commit is contained in:
parent
cebd7c3960
commit
5d500cb265
1 changed files with 4 additions and 1 deletions
|
@ -24,7 +24,10 @@ lxc profile set default raw.lxc lxc.aa_profile=unconfined
|
|||
lxc profile set default security.privileged true
|
||||
lxc profile show default
|
||||
lxc launch ubuntu:${UBUNTU_VERSION} algo
|
||||
lxc exec algo -- apt remove snapd --purge -y || true
|
||||
|
||||
if [[ ${UBUNTU_VERSION} == "20.04" ]]; then
|
||||
lxc exec algo -- apt remove snapd --purge -y || true
|
||||
fi
|
||||
|
||||
ip addr
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue