From 07f9ab153031ce49beb70f36a93293a2ef40854c Mon Sep 17 00:00:00 2001 From: ifiguero Date: Thu, 17 Sep 2020 20:16:47 -0300 Subject: [PATCH] =?UTF-8?q?Fix=20repo=20route=20en=20el=20script=20de=20in?= =?UTF-8?q?stalaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.sh b/Setup.sh index e929331..8391529 100644 --- a/Setup.sh +++ b/Setup.sh @@ -9,7 +9,7 @@ echo "" >> /etc/bash.bashrc echo "neofetch" >> /etc/bash.bashrc echo "/usr/games/fortune" >> /etc/bash.bashrc -git clone https://dev.ilab.cl/git/public/pythonweb.git /srv +git clone https://dev.ilab.cl/public/pythonweb.git /srv cd /srv pip3 install setuptools gunicorn