From f3b9d80a26784141865c543ac9e25e6cd1e6880a Mon Sep 17 00:00:00 2001 From: Paulo Ramos Date: Sun, 25 Mar 2018 10:50:05 +0100 Subject: [PATCH] Remove "adding a apt-get update on top" line --- linux-lift-shift/onprem/osticketdbmigrate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-lift-shift/onprem/osticketdbmigrate.sh b/linux-lift-shift/onprem/osticketdbmigrate.sh index 05dc304..8a2d178 100644 --- a/linux-lift-shift/onprem/osticketdbmigrate.sh +++ b/linux-lift-shift/onprem/osticketdbmigrate.sh @@ -1,5 +1,5 @@ #!/bin/bash -adding a apt-get update on top + sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password demo@pass123' sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password demo@pass123' sudo apt-get install -y lamp-server^