mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
Update install.sh
This commit is contained in:
parent
eead7dc12b
commit
5a1987064a
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ output ""
|
|||
# install all dependencies
|
||||
output "Installing MySQL Repository."
|
||||
output ""
|
||||
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
|
||||
wget https://dev.mysql.com/get/mysql-apt-config_0.8.14-1_all.deb
|
||||
sudo dpkg -i ./mysql-apt-config_0.8.14-1_all.deb
|
||||
sudo apt update
|
||||
# create random password
|
||||
rootpasswd=$(openssl rand -base64 12)
|
||||
|
|
Loading…
Add table
Reference in a new issue