We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df0be8 commit 4bb1266Copy full SHA for 4bb1266
1 file changed
docs/1.x/installation.md
@@ -389,7 +389,7 @@ RELAY_EXT_DIR=$(php-config --extension-dir) # /usr/lib/php/20210902
389
RELAY_ARCH=$(arch | sed -e 's/arm64/aarch64/;s/amd64\|x86_64/x86-64/')
390
391
RELAY_ARTIFACT="https://builds.r2.relay.so/$RELAY_VERSION/relay-$RELAY_VERSION-php$RELAY_PHP-debian-$RELAY_ARCH.tar.gz"
392
-RELAY_TMP_DIR=$(mktemp -dt relay)
+RELAY_TMP_DIR=$(mktemp -dt relay-XXXXX)
393
394
## Download artifact
395
curl -sSL $RELAY_ARTIFACT | tar -xz --strip-components=1 -C $RELAY_TMP_DIR
0 commit comments