replace qgis-linux with eaon
This commit is contained in:
parent
33f7f3724a
commit
a807ad1c25
1
install/qgis-linux/.gitignore
vendored
1
install/qgis-linux/.gitignore
vendored
@ -1 +0,0 @@
|
||||
*.log
|
19
install/qgis-linux/Vagrantfile
vendored
19
install/qgis-linux/Vagrantfile
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user