mirror of
https://github.com/openwrt/packages.git
synced 2025-07-03 13:47:40 +00:00
6 lines
89 B
Bash
6 lines
89 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = python3-pip ] || exit 0
|
|
|
|
pip --version | grep -F "pip $PKG_VERSION "
|