diff --git a/README.md b/README.md index d062731..f770fea 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ * and more on the way ... ### Preview +
+ + +
+
+ +
### Installation diff --git a/bin/baur b/bin/baur index dd5cbaa..a5d3739 100755 --- a/bin/baur +++ b/bin/baur @@ -307,8 +307,8 @@ while read -a line ; do NPkgVersion=${NPkgVersion//[[:alpha:]-\.+_]} if curl -s "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=$PkgName" --connect-timeout 5 -o "$SOURCE_TMP"; then - source "$SOURCE_TMP" 2> /dev/null && { - bdot "Check for '$PkgName' Local Install." + source "$SOURCE_TMP" 2> /dev/null || { + bdot "Check for '$PkgName' Local Install.\n" continue } NewVersion=$pkgver diff --git a/preview/info2.png b/preview/info2.png new file mode 100644 index 0000000..707bb8a Binary files /dev/null and b/preview/info2.png differ diff --git a/preview/search1.png b/preview/search1.png new file mode 100644 index 0000000..5764c5b Binary files /dev/null and b/preview/search1.png differ diff --git a/preview/search2.png b/preview/search2.png new file mode 100644 index 0000000..5b92b4a Binary files /dev/null and b/preview/search2.png differ