File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ echo <<- "EOF" > /etc/apt/sources.list.d/mariadb.sources
1919EOF
2020
2121apt-key add support/C74CD1D8.asc
22- apt install -y -o Dpkg::Options::=' --force-confnew' mariadb-server libmariadb-dev
22+ apt-get update
23+ apt-get install -y -o Dpkg::Options::=' --force-confnew' mariadb-server libmariadb-dev
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ echo <<- "EOF" > /etc/apt/sources.list.d/mariadb.sources
1919EOF
2020
2121apt-key add support/C74CD1D8.asc
22- apt install -y -o Dpkg::Options::=' --force-confnew' mariadb-server libmariadb-dev
22+ apt-get update
23+ apt-get install -y -o Dpkg::Options::=' --force-confnew' mariadb-server libmariadb-dev
Original file line number Diff line number Diff line change @@ -19,4 +19,5 @@ echo <<- "EOF" > /etc/apt/sources.list.d/mariadb.sources
1919EOF
2020
2121apt-key add support/C74CD1D8.asc
22- apt install -y -o Dpkg::Options::=' --force-confnew' mariadb-server libmariadb-dev
22+ apt-get update
23+ apt-get install -y -o Dpkg::Options::=' --force-confnew' mariadb-server libmariadb-dev
You can’t perform that action at this time.
0 commit comments