Skip to content

Commit

Permalink
perf: modify the version of erbie_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wormholeslab committed Aug 7, 2023
1 parent 1a9a756 commit 0a458bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erbie_install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#check docker cmd
echo "Script version Number: v0.14.0"
echo "Script version Number: v0.14.1"
which docker >/dev/null 2>&1
if [ $? -ne 0 ] ; then
echo "docker not found, please install first!"
Expand Down

0 comments on commit 0a458bb

Please sign in to comment.