Skip to content

Commit

Permalink
fix install-pip: no ./install
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Jun 27, 2024
1 parent 3e0edd4 commit 2968431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-pip
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ $PIP install pygit2
if [ -f /bin/freebsd-version ] ; then
./distro/base/install.py --system
else
./install --system
./install-auto.sh
fi

0 comments on commit 2968431

Please sign in to comment.