mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-16 09:13:01 +00:00
Add note about relogin (newgrp is ok too) after install libvirt
This commit is contained in:
parent
b06453c5fe
commit
459f47d0fe
@ -16,6 +16,11 @@ 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
|
||||||
|
$ export 'GOPATH=$HOME/go' >> ~/.bashrc
|
||||||
|
$ export 'PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
|
||||||
|
$ source ~/.bashrc
|
||||||
|
|
||||||
|
You need to **relogin** if you install virt-manager (libvirt) first time.
|
||||||
|
|
||||||
## Libvirt from user (required if you need access to shared files)
|
## Libvirt from user (required if you need access to shared files)
|
||||||
|
|
||||||
@ -23,9 +28,6 @@ Currently optimized for full screen usage (but remote-viewer has ability to resi
|
|||||||
|
|
||||||
## Install appvm tool
|
## Install appvm tool
|
||||||
|
|
||||||
$ export 'GOPATH=$HOME/go' >> ~/.bashrc
|
|
||||||
$ export 'PATH=$PATH:$GOPATH/bin' >> ~/.bashrc
|
|
||||||
$ source ~/.bashrc
|
|
||||||
$ go get github.com/jollheef/appvm
|
$ go get github.com/jollheef/appvm
|
||||||
|
|
||||||
## Generate resolution
|
## Generate resolution
|
||||||
|
Loading…
Reference in New Issue
Block a user