Update run

This commit is contained in:
driz
2023-01-25 09:14:03 -05:00
committed by GitHub
parent 64829e1fef
commit c8b75d1e80
@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bash
if ! apk info 2>&1 | grep -q "libmaxminddb"; then
if ! apk info 2>&1 | egrep "^libmaxminddb$"; then
echo "**** adding libmaxminddb to package install list ****"
echo "libmaxminddb" >> /mod-repo-packages-to-install.list
else