mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-30 12:01:29 +00:00
Add curl to dependencies
This commit is contained in:
parent
459f47d0fe
commit
ba7d8804d8
|
@ -15,7 +15,7 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
$ sudo apt install golang virt-manager
|
$ sudo apt install golang virt-manager curl
|
||||||
$ export 'GOPATH=$HOME/go' >> ~/.bashrc
|
$ export 'GOPATH=$HOME/go' >> ~/.bashrc
|
||||||
$ export 'PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
|
$ export 'PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
|
||||||
$ source ~/.bashrc
|
$ source ~/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue