update the search function

This commit is contained in:
2022-06-01 16:10:33 +03:00
parent 5364e3e3e1
commit 3fcdffd727
3 changed files with 2 additions and 2 deletions
Regular → Executable
View File
+1 -1
View File
@@ -14,7 +14,7 @@ print_help() {
search_package() { search_package() {
local package=$1 local package=$1
curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+$package\.+whl > urls.txt curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+\.+whl > urls.txt
} }
download_package() { download_package() {
Executable
View File