Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 599 Bytes

install dev tools

cd /tmp
wget https://raw.githubusercontent.com/Viterbo/linux-files/master/update_ubuntu.sh
wget https://raw.githubusercontent.com/Viterbo/linux-files/master/install_docker.sh
wget https://raw.githubusercontent.com/Viterbo/linux-files/master/install_eos_docker.sh
sudo chmod +x update_ubuntu.sh
sudo chmod +x install_docker.sh
sudo chmod +x install_eos_docker.sh
./update_ubuntu.sh

Referencias

Mysql - Ubuntu v18.04 https://vitux.com/how-to-install-and-configure-mysql-in-ubuntu-18-04-lts/

solución que me funcionó

https://stackoverflow.com/a/41793945/2274525