mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-21 20:23:18 +00:00
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:
parent
eceb02cb18
commit
fac74a4b06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue