Skip to content

Commit

Permalink
fix: modifty the version of erbie_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wormholeslab committed Jul 28, 2023
1 parent f42dbd2 commit ace1d00
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.13.2"
echo "Script version Number: v0.14.0"
which docker >/dev/null 2>&1
if [ $? -ne 0 ] ; then
echo "docker not found, please install first!"
Expand Down

0 comments on commit ace1d00

Please sign in to comment.