We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afc74d9 commit 8014a0cCopy full SHA for 8014a0c
Scripts/Packages.sh
@@ -8,7 +8,7 @@ UPDATE_PACKAGE() {
8
local PKG_SPECIAL=$4
9
local REPO_NAME=$(echo $PKG_REPO | cut -d '/' -f 2)
10
11
- find ./ ../feeds/luci/ ../feeds/packages/ -maxdepth 3 -type d -name "*$PKG_NAME*" -exec rm -rf {} +
+ find ./ ../feeds/luci/ ../feeds/packages/ -maxdepth 3 -type d -iname "*$PKG_NAME*" -exec rm -rf {} +
12
13
git clone --depth=1 --single-branch --branch $PKG_BRANCH "https://github.com/$PKG_REPO.git"
14
0 commit comments