Skip to content

Commit

Permalink
Fix Delfin Install Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amanr032@gmail.com authored and amanr032@gmail.com committed Feb 20, 2023
1 parent ce71e78 commit 2bc44a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ upgrade_python() {
}

# Install setuptools
install_setuptools {
install_setuptools() {
IFS=' '
v=`python3 -m pip list | grep -i setuptools | { read _ v; echo $v; }`
if $(dpkg --compare-versions $v "gt" $SETUPTOOL_VERSION); then
Expand Down

0 comments on commit 2bc44a9

Please sign in to comment.