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 1652c60 commit 8b13990Copy full SHA for 8b13990
test/test.sh
@@ -4,12 +4,12 @@ cd "$(dirname "$0")"
4
5
if [ ! -e immudb ]
6
then
7
- echo "Downloading immudb..."
8
-
9
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
+ echo "Downloading 'linux-gnu' immudb version..."
10
URL=https://github.com/vchain-us/immudb/releases/download/v0.8.0/immudb-v0.8.0-linux-amd64
11
wget -O immudb $URL
12
elif [[ "$OSTYPE" == "darwin"* ]]; then
+ echo "Downloading 'darwin' immudb version..."
13
URL=https://github.com/vchain-us/immudb/releases/download/v0.8.0/immudb-v0.8.0-darwin-amd64
14
curl -o immudb -L $URL
15
fi
0 commit comments