From ba25453f9e010cb3d93095390c6d4cd8200d0453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Tue, 1 May 2018 18:51:00 +0200 Subject: [PATCH] install my moderncv version --- installs.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installs.sh b/installs.sh index 51e6351..505577e 100755 --- a/installs.sh +++ b/installs.sh @@ -10,6 +10,8 @@ hugo version # Latex echo "Install altacv" git clone https://github.com/Titan-C/AltaCV.git /root/texmf/tex/latex/AltaCV +echo "Install moderncv" +git clone https://github.com/Titan-C/moderncv.git /root/texmf/tex/latex/moderncv echo "Install fontawesome for latex" fontdir=/root/texmf/tex/latex/fontawesome/ mkdir -p $fontdir