From 8186bec7c7a0bee61fbfdd497b993ec598cb8de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 10 Dec 2019 23:26:08 +0200 Subject: [PATCH] xsession --- install/eoan/Vagrantfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/eoan/Vagrantfile b/install/eoan/Vagrantfile index 465dc43..4c17a9d 100644 --- a/install/eoan/Vagrantfile +++ b/install/eoan/Vagrantfile @@ -10,14 +10,13 @@ Vagrant.configure("2") do |config| curl https://github.com/motiejus.keys >> .ssh/authorized_keys SHELL - config.vm.provision "file", source: "xesssion", destination: ".vnc/xsession" + config.vm.provision "file", source: "xsession", destination: ".vnc/xsession" # my geom: 2560x1600 # vncserver -geometry 1280x800 small window # vncserver -geometry 1920x1200 small letters # vncserver -geometry 1536x960 great config.vm.provision "shell", inline: <<-SHELL - curl https://github.com/motiejus.keys >> .ssh/authorized_keys apt-get update apt-get install -y \ qgis freecad \