Skip to content

Commit 8ffe6f1

Browse files
committed
+ 'sudo' for apt-get
1 parent bfd6d24 commit 8ffe6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cedardb/benchmark.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash -e
22

33
# docker
4-
apt-get update
5-
apt-get install -y docker.io postgresql-client gzip
4+
sudo apt-get update
5+
sudo apt-get install -y docker.io postgresql-client gzip
66

77
# download dataset
88
echo "Downloading dataset..."

0 commit comments

Comments
 (0)