Closed KumaCool closed 4 years ago
The command '/bin/sh -c apk update && apk add --no-cache wget coreutils ca-certificates && wget -q -O /tmp/common-setup.sh $COMMON_SCRIPT_SOURCE && if [ "$COMMON_SCRIPT_SHA" != "dev-mode" ]; then echo "$COMMON_SCRIPT_SHA /tmp/common-setup.sh" | sha256sum -c - ; fi && /bin/ash /tmp/common-setup.sh "$INSTALL_ZSH" "$USERNAME" "$USER_UID" "$USER_GID"' returned a non-zero code: 4
i don't know what the situation is.
The operation was successful. The reason is that the network in my area cannot access certain URL, so need to use a proxy to access it.
The command '/bin/sh -c apk update && apk add --no-cache wget coreutils ca-certificates && wget -q -O /tmp/common-setup.sh $COMMON_SCRIPT_SOURCE && if [ "$COMMON_SCRIPT_SHA" != "dev-mode" ]; then echo "$COMMON_SCRIPT_SHA /tmp/common-setup.sh" | sha256sum -c - ; fi && /bin/ash /tmp/common-setup.sh "$INSTALL_ZSH" "$USERNAME" "$USER_UID" "$USER_GID"' returned a non-zero code: 4
i don't know what the situation is.