Skip to content

Commit

Permalink
#147: Fix installation without requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BR0kEN- committed Jul 8, 2018
1 parent fe40435 commit d39811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [ ! -d "$INSTALL_PATH" ]; then
sudo \mkdir -p "$INSTALL_PATH"
fi

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
sudo \ln -s "$INSTALL_PATH/lib/cikit" /usr/local/bin/cikit
sudo \chown -R "$(\whoami)" "$INSTALL_PATH"
fi

0 comments on commit d39811d

Please sign in to comment.