From 5a1987064acba51ce750cb32fcd78e18672ccbe8 Mon Sep 17 00:00:00 2001 From: Ralph Date: Sun, 19 Jan 2020 22:51:59 -0500 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 869a5a4..3061a56 100644 --- a/install.sh +++ b/install.sh @@ -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)