1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 16:42:41 +00:00

install-php-extensions: 3856: !grep: not found (#709)

This commit is contained in:
Jivin.L 2023-03-02 06:29:58 +08:00 committed by GitHub
parent 80d21832a3
commit 93c7e386e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3853,7 +3853,7 @@ invokeAptGetUpdate() {
return
fi
IPE_APTGET_INSTALLOPTIONS=''
if !grep -q 'VERSION="8 (jessie)"' /etc/os-release; then
if ! grep -q 'VERSION="8 (jessie)"' /etc/os-release; then
DEBIAN_FRONTEND=noninteractive apt-get update -q
return
fi