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 bfd6d24 commit 8ffe6f1Copy full SHA for 8ffe6f1
cedardb/benchmark.sh
@@ -1,8 +1,8 @@
1
#!/bin/bash -e
2
3
# docker
4
-apt-get update
5
-apt-get install -y docker.io postgresql-client gzip
+sudo apt-get update
+sudo apt-get install -y docker.io postgresql-client gzip
6
7
# download dataset
8
echo "Downloading dataset..."
0 commit comments