Skip to content

Commit

Permalink
Move
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed May 6, 2024
1 parent 8e2c111 commit a716ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/database.am
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ function download_lib() {
fi
echo ""
grep "$1 : " "$AMPATH/libs-list" | sed 's#.*:##' | sed 's/(/\n (/g'
local site_source=$(wget -qO- "$APPSDB/$1" | grep -Eo "(http|https)://[a-zA-Z0-9./?=_%:-]*" | head -1)
printf '\n SITE/SOURCES:\n%s' "$site_source"
local site_source=$(wget -qO- "$APPSDB/$1" | grep -Eo '(http|https)://[a-zA-Z0-9./?=_%:-]*' | head -1)
printf ' \n%-55s\n'
}

Expand Down

0 comments on commit a716ba8

Please sign in to comment.