From ebbaf1aec36ad73965afdeb907182ee166b98245 Mon Sep 17 00:00:00 2001 From: Milan Meduna Date: Tue, 17 Aug 2021 21:17:27 +0200 Subject: [PATCH] switch_to_4.16_lxd --- setup-usl-mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup-usl-mm b/setup-usl-mm index cd0fe27..d5e93f3 100755 --- a/setup-usl-mm +++ b/setup-usl-mm @@ -55,8 +55,8 @@ systemctl start snapd sleep 5 snap install lxd -echo "Switch to 4.0 LXD version" -snap switch --channel 4.0/stable lxd +echo "Switch to 4.16 LXD version" +snap switch --channel 4.16/stable lxd snap refresh echo "Stopping and disabling lxd"