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 fe40435 commit d39811dCopy full SHA for d39811d
1 file changed
install.sh
@@ -28,7 +28,7 @@ if [ ! -d "$INSTALL_PATH" ]; then
28
sudo \mkdir -p "$INSTALL_PATH"
29
fi
30
31
-if sudo \git clone https://github.com/BR0kEN-/cikit.git --recursive --version="$VERSION" "$INSTALL_PATH"; then
+if sudo \git clone https://github.com/BR0kEN-/cikit.git --recursive --branch="$VERSION" "$INSTALL_PATH"; then
32
sudo \ln -s "$INSTALL_PATH/lib/cikit" /usr/local/bin/cikit
33
sudo \chown -R "$(\whoami)" "$INSTALL_PATH"
34
0 commit comments