switch to lxd 3.0
This commit is contained in:
parent
02bca84b4a
commit
bb6e1841f7
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ systemctl start snapd
|
||||||
sleep 5
|
sleep 5
|
||||||
snap install lxd
|
snap install lxd
|
||||||
|
|
||||||
echo "Switch to 3.17 version LXD because 3.18 have bug in lxd import"
|
echo "Switch to 3.0 LXD version"
|
||||||
snap switch --channel 3.17/stable lxd
|
snap switch --channel 3.0/stable lxd
|
||||||
snap refresh
|
snap refresh
|
||||||
|
|
||||||
echo "Stopping and disabling lxd"
|
echo "Stopping and disabling lxd"
|
||||||
|
|
Loading…
Reference in a new issue