We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a85e57 commit 43d2197Copy full SHA for 43d2197
ci/mariadb106.sh
@@ -19,5 +19,5 @@ tee <<- EOF > /etc/apt/sources.list.d/mariadb.sources
19
EOF
20
21
cp support/C74CD1D8.asc /etc/apt/keyrings/mariadb-keyring.asc
22
-apt-get update
23
-apt-get install -y -o Dpkg::Options::='--force-confnew' mariadb-server-$VERSION libmariadb-dev=$VERSION\\\*
+apt update
+apt install -y -o Dpkg::Options::='--force-confnew' mariadb-server-$VERSION libmariadb-dev=$VERSION.*
0 commit comments