summaryrefslogtreecommitdiff
path: root/find_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'find_package.sh')
-rwxr-xr-xfind_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/find_package.sh b/find_package.sh
index 0fe7410..153cfae 100755
--- a/find_package.sh
+++ b/find_package.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-PKG_NAME=$1
+PKG_NAME=$1 # provide the package name as argument
find . -type f -iname "$PKG_NAME*.pkg.tar.zst" | grep -v "./repos*."