Skip to content

Commit b4a5085

Browse files
author
Magnu5
committed
fix path to python3-pip (/usr/bin/pip3)
1 parent 14318c9 commit b4a5085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/install-service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if ! [ -f "/usr/bin/python3" ]; then
1919
exit 1
2020
fi
2121

22-
if ! [ -f "/usr/bin/python3-pip" ]; then
22+
if ! [ -f "/usr/bin/pip3" ]; then
2323
printf "Fan SHIM controller requires Python 3 pip\n"
2424
printf "You should run: 'sudo apt install python3-pip'\n"
2525
exit 1

0 commit comments

Comments
 (0)