Update lxd-privilege-escalation.md to use git instead of go

As of Go 1.17 the installation of binaries using `go get` is now deprecated.
This commit updates the snippet to use another method of fetching the lxc repository.
This commit is contained in:
David Alves 2022-05-20 17:11:54 -03:00 committed by GitHub
parent eceb02cb18
commit fac74a4b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ You can install in your machine this distro builder: [https://github.com/lxc/dis
sudo su
#Install requirements
sudo apt update
sudo apt install -y golang-go debootstrap rsync gpg squashfs-tools
sudo apt install -y git golang-go debootstrap rsync gpg squashfs-tools
#Clone repo
git clone github.com/lxc/distrobuilder
#Make distrobuilder