parent
80d21832a3
commit
93c7e386e8
|
@ -3853,7 +3853,7 @@ invokeAptGetUpdate() {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
IPE_APTGET_INSTALLOPTIONS=''
|
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
|
DEBIAN_FRONTEND=noninteractive apt-get update -q
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue