Skip to content

Instantly share code, notes, and snippets.

@ThinGuy
Created June 29, 2022 00:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThinGuy/8d2a6d2a87843e8e8306df94da71daa4 to your computer and use it in GitHub Desktop.
Save ThinGuy/8d2a6d2a87843e8e8306df94da71daa4 to your computer and use it in GitHub Desktop.
Download latest lxd-migrate
sudo wget -qO /usr/local/lxd-migrate --show-progress --progress=bar:force:noscroll $(curl -sSlL https://github.com/lxc/lxd/releases/latest|awk -F'"' '/href.*lxd-migrate/{print "https://github.com"$2}')
sudo chmod +x /usr/local/bin/lxd-migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment