提交 efaf4339 编写于 作者: R rsercano

trying to fix tar overlayfs issue

上级 f851bb63
......@@ -7,7 +7,7 @@ set -e
# change tar command in the install script with bsdtar ( bsdtar -xf "$TARBALL_FILE" -C "$INSTALL_TMPDIR" )
printf "\n[-] Changing tar with bsdtar...\n\n"
sed -i.bak "s/tar -xzf.*/bsdtar -xf \"\$TARBALL_FILE\" -C \"\$INSTALL_TMPDIR\"/g" /tmp/install_test.sh
sed -i.bak "s/tar -xzf.*/bsdtar -xf \"\$TARBALL_FILE\" -C \"\$INSTALL_TMPDIR\"/g" /tmp/install_meteor.sh
# install
printf "\n[-] Installing latest Meteor ...\n\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册