Skip to content

Commit b963740

Browse files
committed
chore: sync with microG unofficial installer
Signed-off-by: ale5000 <15793015+ale5000-git@users.noreply.github.com>
1 parent a9d63e9 commit b963740

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

zip-content/zip-install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# SPDX-License-Identifier: GPL-3.0-or-later
99
# shellcheck enable=all
1010

11-
readonly ZIPINSTALL_VERSION='1.4.1'
11+
readonly ZIPINSTALL_VERSION='1.4.2'
1212

1313
PATH="${PATH:-/system/bin}:."
1414
umask 022 || :
@@ -116,6 +116,9 @@ command 1> /dev/null -v 'unzip' || {
116116

117117
### FUNCTIONS AND CODE ###
118118

119+
# shellcheck disable=SC3040 # Ignore: In POSIX sh, set option pipefail is undefined
120+
case "$(set 2> /dev/null -o || set || :)" in *'pipefail'*) set -o pipefail || echo 1>&2 'Failed: pipefail' ;; *) ;; esac
121+
119122
ui_info_msg()
120123
{
121124
if test -n "${NO_COLOR-}"; then

0 commit comments

Comments
 (0)