We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba0fb3 commit a45219aCopy full SHA for a45219a
quickwit/install.sh
@@ -9,7 +9,7 @@
9
# wget -N "https://github.com/quickwit-oss/quickwit/releases/download/${RELEASE_VERSION}/quickwit-${RELEASE_VERSION}-x86_64-unknown-linux-gnu.tar.gz"
10
# tar xzf quickwit-${RELEASE_VERSION}-x86_64-unknown-linux-gnu.tar.gz
11
# mv quickwit-${RELEASE_VERSION}/quickwit ./
12
-# rm -rf quickwit-${RELEASE_VERSION}
+# rm -rf quickwit-${RELEASE_VERSION}
13
#
14
# Using prebuilt binary here for testing
15
PREBUILT_NAME=quickwit-f6cb417-x86_64-unknown-linux-gnu
0 commit comments