Skip to content

Commit 41399ba

Browse files
author
Yunshi Sun
authored
Merge pull request #49 from renproject/fix/scripts-outptut
Add echo at start of script
2 parents 427bba3 + 49dea5f commit 41399ba

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

artifacts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ RED='\033[0;31m'
55
GREEN='\033[0;32m'
66
NC='\033[0m'
77

8+
echo "Installing Darknode CLI..."
9+
810
# Install unzip if command not found
911
if ! [ -x "$(command -v unzip)" ];then
1012
sudo apt-get install unzip

artifacts/update.sh

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
echo "Updating Darknode CLI..."
4+
35
# Check the os type and cpu architecture
46
ostype="$(uname -s)"
57
cputype="$(uname -m)"

0 commit comments

Comments
 (0)