replace qgis-linux with eaon

This commit is contained in:
Motiejus Jakštys 2019-11-26 17:48:47 +02:00
parent 33f7f3724a
commit a807ad1c25
2 changed files with 0 additions and 20 deletions

View File

@ -1 +0,0 @@
*.log

View File

@ -1,19 +0,0 @@
Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/disco64"
config.vm.provider "virtualbox" do |vb|
vb.memory = "4096"
end
# my geom: 2560x1600
# vncserver -geometry 1280x800 small window
# vncserver -geometry 1920x1200 small letters
# vncserver -geometry 1536x960 great
config.vm.provision "shell", inline: <<-SHELL
mkdir -p .ssh
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
apt-get update
apt-get install -y qgis \
openbox-lxde-session lxterminal tightvncserver
SHELL
end