Fix repo route en el script de instalación
parent
d2c6057780
commit
07f9ab1530
2
Setup.sh
2
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
|
||||
|
|
Loading…
Reference in New Issue