This commit is contained in:
Motiejus Jakštys 2019-11-22 09:28:48 +02:00
parent 89d600e8d7
commit 8bbfc33aeb

View File

@ -8,6 +8,7 @@ Vagrant.configure("2") do |config|
# 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