mirror of
https://github.com/edu4rdshl/simpleaur.git
synced 2026-07-17 23:24:46 +00:00
No confirm
This commit is contained in:
parent
8965cdd3b4
commit
29edc0303c
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ cd "$basebuilddir" || exit
|
|||
for ipackage in "$@"; do
|
||||
if [ -d "$ipackage" ]; then
|
||||
cd "$ipackage" || exit
|
||||
if makepkg -sci ; then
|
||||
if makepkg -sci --noconfirm ; then
|
||||
cd "$basebuilddir" || exit
|
||||
printf "\n${GREEN}The package ${BLUE}[ $ipackage ] ${GREEN}has been installed.\n"
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue