Skip to content

Commit d39811d

Browse files
committed
#147: Fix installation without requirements
1 parent fe40435 commit d39811d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ ! -d "$INSTALL_PATH" ]; then
2828
sudo \mkdir -p "$INSTALL_PATH"
2929
fi
3030

31-
if sudo \git clone https://github.com/BR0kEN-/cikit.git --recursive --version="$VERSION" "$INSTALL_PATH"; then
31+
if sudo \git clone https://github.com/BR0kEN-/cikit.git --recursive --branch="$VERSION" "$INSTALL_PATH"; then
3232
sudo \ln -s "$INSTALL_PATH/lib/cikit" /usr/local/bin/cikit
3333
sudo \chown -R "$(\whoami)" "$INSTALL_PATH"
3434
fi

0 commit comments

Comments
 (0)