mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
Fix some things
This commit is contained in:
parent
d904ffab08
commit
95f956dbcd
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ fi
|
|||
# Check if the package was already downloaded and then download the PKGBUILDs accordly to user needs.
|
||||
for ipackage in "$@"; do
|
||||
if [ -f "$basebuilddir/$ipackage/PKGBUILD" ]; then
|
||||
printf "\n${GREEN}PKGBUILD for ${BLUE}[ $ipackage ] ${GREEN}exist in the ${BLUE}[ $basebuilddir/$ipackage ] ${GREEN}directory, pulling the git directory and reinstalling/updating the packages.\n"
|
||||
printf "\n${GREEN}PKGBUILD for ${BLUE}[ $ipackage ] ${GREEN}exist in the ${BLUE}[ $basebuilddir/$ipackage ] ${GREEN}directory, pulling the git directory and reinstalling/updating the packages.${ALL_OFF}\n"
|
||||
cd "$basebuilddir/$ipackage" || exit
|
||||
git pull
|
||||
cd "$basebuilddir" || exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue