We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1045484 commit b8c0501Copy full SHA for b8c0501
install.sh
@@ -10,9 +10,9 @@ fi
10
11
D=`uname -a | awk '{print $1}'`
12
if [ "$D" = "Darwin" ]; then
13
- wget https://github.com/Ja-sonYun/sequence-diagram-cli/releases/download/v1.3.3/Darwin_seqdia -P ~/.seqdia
+ wget https://github.com/Ja-sonYun/sequence-diagram-cli/releases/download/v1.3.4/Darwin_seqdia -P ~/.seqdia
14
mv ~/.seqdia/Darwin_seqdia ~/.seqdia/seqdia
15
- CHECKSUMD="070ced401cd599f43d7cfcabc78ed8ab"
+ CHECKSUMD="43c081ef5521c39c6e1d6a0dd129dd5d"
16
elif [ "$D" = "Linux" ]; then
17
echo "Clone repository..."
18
git clone https://github.com/Ja-sonYun/sequence-diagram-cli.git ~/.seqdia
0 commit comments