pshhhh
This commit is contained in:
parent
eb7a11def2
commit
356b6f231a
@ -133,7 +133,7 @@ naudosime įstatymą 111301MISAK00D1-870 \cite{lrs-stichiniai}; mums rūpimi yra
|
||||
|
||||
\section{Tyrimo uždaviniai}
|
||||
|
||||
Tyrimo tikslas yra aprašytas \autoref{sec:problema-ir-tikslas}, čia paminėsime
|
||||
Tyrimo tikslas yra aprašytas \nameref{sec:problema-ir-tikslas}, čia paminėsime
|
||||
uždavinius:
|
||||
|
||||
\begin{itemize}
|
||||
|
4
install/eoan/Vagrantfile
vendored
4
install/eoan/Vagrantfile
vendored
@ -15,8 +15,8 @@ Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.provision "shell", privileged: false, inline: <<-SHELL
|
||||
mkdir -p .ssh .vnc
|
||||
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
||||
git clone https://github.com/motiejus/dotfiles.git .dotfiles
|
||||
curl -s https://github.com/motiejus.keys >> .ssh/authorized_keys
|
||||
git clone -q https://github.com/motiejus/dotfiles.git .dotfiles
|
||||
(cd .dotfiles && stow bash tmux vim)
|
||||
SHELL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user