Skip to content

Commit 14318c9

Browse files
author
Magnu5
committed
add python3-pip dependancy
1 parent f9acf7f commit 14318c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/install-service.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ if ! [ -f "/usr/bin/python3" ]; then
2020
fi
2121

2222
if ! [ -f "/usr/bin/python3-pip" ]; then
23-
printf "Fan SHIM controller requires Python 3\n"
24-
printf "You should run: 'sudo apt install python3'\n"
23+
printf "Fan SHIM controller requires Python 3 pip\n"
24+
printf "You should run: 'sudo apt install python3-pip'\n"
2525
exit 1
2626
fi
2727

0 commit comments

Comments
 (0)