We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7be4e1 commit 43bd32cCopy full SHA for 43bd32c
install_docker_scripts.sh
@@ -16,7 +16,7 @@ function check_dependency () {
16
17
check_dependency git || exit 1
18
check_dependency python3 || exit 1
19
-check_dependency pip && pip3 || exit 1
+check_dependency pip3 || exit 1
20
21
rm -rf $REPO_NAME
22
if ! git clone -b "$REPO_VERSION" https://github.com/A1ex3/"$REPO_NAME.git"; then
0 commit comments