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