This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +amennelet is my blockchain ID. https://onename.com/amennelet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
AUR_URL="https://aur.archlinux.org" | |
echo search aur package | |
# list all package explicitly installed | |
for package in `pacman -Qe|sed -e "s/\([^\ ]*\)\ .*/\1/"`; do | |
# search for package with "Unknown Packager" (because install from makepgk not correctly setup) |