mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 23:12:02 +08:00
5e66a69433
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 lines
89 B
Bash
6 lines
89 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-pip ] || exit 0
|
|
|
|
pip --version | grep -F "pip $PKG_VERSION "
|