mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Improved documentation
This commit is contained in:
parent
3a6420b434
commit
14b708ab35
1 changed files with 1 additions and 1 deletions
|
|
@ -57,6 +57,7 @@ elif [ "$1" == "--purge" ] || [ "$1" == "-p" ]; then
|
|||
elif [ "$1" == "--purgepkg" ] || [ "$1" == "-pp" ]; then
|
||||
rm -rf "$pkgdown"/*
|
||||
exit
|
||||
# The next 11 lines allow users to download PKGBUILDs from AUR
|
||||
elif [ "$1" == "--download" ] || [ "$1" == "-d" ]; then
|
||||
for pkgname in "${@:2}"; do
|
||||
curl -s -f -o "$pkgdown/PKGBUILD-$pkgname" "https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=$pkgname"
|
||||
|
|
@ -132,7 +133,6 @@ for ipackage in "$@"; do
|
|||
fi
|
||||
done
|
||||
|
||||
#Ask to the user if want to remove the directory created for git
|
||||
printf "\n${GREEN}Info: finishing tasks...
|
||||
Deleting the simpleaur lockfile...
|
||||
Good bye${ALL_OFF}\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue