mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 09:27:25 +00:00
Update install.sh
This commit is contained in:
parent
1a52b41b20
commit
083a702dd9
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ default 0;
|
|||
|
||||
output "Installing MySQL Repository."
|
||||
output ""
|
||||
curl https://dev.mysql.com/get/mysql-apt-config_0.8.14-1_all.deb > /tmp/mysql-repo.deb | sudo dpkg -i /tmp/mysql-repo.deb
|
||||
sudo curl https://dev.mysql.com/get/mysql-apt-config_0.8.14-1_all.deb > /tmp/mysql-repo.deb | sudo dpkg -i /tmp/mysql-repo.deb
|
||||
sudo apt update
|
||||
output "Installing MySQL."
|
||||
output ""
|
||||
|
|
Loading…
Add table
Reference in a new issue