Skip to content

Commit 43bd32c

Browse files
committed
fix: check dependency in "install_docker_scripts.sh"
1 parent b7be4e1 commit 43bd32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install_docker_scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function check_dependency () {
1616

1717
check_dependency git || exit 1
1818
check_dependency python3 || exit 1
19-
check_dependency pip && pip3 || exit 1
19+
check_dependency pip3 || exit 1
2020

2121
rm -rf $REPO_NAME
2222
if ! git clone -b "$REPO_VERSION" https://github.com/A1ex3/"$REPO_NAME.git"; then

0 commit comments

Comments
 (0)