mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-07 11:29:10 +00:00
chore(aur_test): run commands non interactively
This commit is contained in:
parent
61cdb788d8
commit
9745c7f92a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ do
|
||||||
echo "##### Building $package #####"
|
echo "##### Building $package #####"
|
||||||
echo "#############################"
|
echo "#############################"
|
||||||
|
|
||||||
cd "$package" && makepkg -s || exit 1
|
cd "$package" && makepkg -s --noconfirm || exit 1
|
||||||
|
|
||||||
cd "$root_dir"
|
cd "$root_dir"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue