We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 427bba3 + 49dea5f commit 41399baCopy full SHA for 41399ba
2 files changed
artifacts/install.sh
@@ -5,6 +5,8 @@ RED='\033[0;31m'
5
GREEN='\033[0;32m'
6
NC='\033[0m'
7
8
+echo "Installing Darknode CLI..."
9
+
10
# Install unzip if command not found
11
if ! [ -x "$(command -v unzip)" ];then
12
sudo apt-get install unzip
artifacts/update.sh
100644
100755
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+echo "Updating Darknode CLI..."
4
# Check the os type and cpu architecture
ostype="$(uname -s)"
cputype="$(uname -m)"
0 commit comments