1
1
Fork 1

Standardize lxd version.

This commit is contained in:
Derek Smith 2023-03-09 09:56:38 -05:00
parent 493946c1f5
commit f5deac4874
Signed by: farscapian
GPG Key ID: B443E530A14E1C90
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ fi
# install snap
if ! snap list | grep -q lxd; then
sudo snap install lxd --channel=5.10/stable
sudo snap install lxd --channel=5.11/stable
sleep 5
# run lxd init on the remote server./dev/nvme1n1

View File

@ -34,7 +34,7 @@ sleep 1
# install snap
if ! snap list | grep -q lxd; then
sudo snap install lxd --channel=5.10/stable
sudo snap install lxd --channel=5.11/stable
sleep 6
# We just do an auto initialization. All we are using is the LXD client inside the management environment.