We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9acf7f commit 14318c9Copy full SHA for 14318c9
1 file changed
examples/install-service.sh
@@ -20,8 +20,8 @@ if ! [ -f "/usr/bin/python3" ]; then
20
fi
21
22
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"
+ printf "Fan SHIM controller requires Python 3 pip\n"
+ printf "You should run: 'sudo apt install python3-pip'\n"
25
exit 1
26
27
0 commit comments