Fix repo route en el script de instalación

master
ifiguero 2020-09-17 20:16:47 -03:00
parent d2c6057780
commit 07f9ab1530
1 changed files with 1 additions and 1 deletions

View File

@ -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