formatting
This commit is contained in:
parent
8bbfc33aeb
commit
ea5e8c8674
3
install/qgis-linux/Vagrantfile
vendored
3
install/qgis-linux/Vagrantfile
vendored
@ -10,7 +10,8 @@ Vagrant.configure("2") do |config|
|
|||||||
# vncserver -geometry 1920x1200 small letters
|
# vncserver -geometry 1920x1200 small letters
|
||||||
# vncserver -geometry 1536x960 great
|
# vncserver -geometry 1536x960 great
|
||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
mkdir -p .ssh; curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
mkdir -p .ssh
|
||||||
|
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y qgis \
|
apt-get install -y qgis \
|
||||||
openbox-lxde-session lxterminal tightvncserver
|
openbox-lxde-session lxterminal tightvncserver
|
||||||
|
Loading…
Reference in New Issue
Block a user