[configs/releng] Disable pacman progress bar during core-repo download
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
parent
9c22cf9450
commit
18d7493530
@ -128,7 +128,7 @@ make_core_repo() {
|
|||||||
_pkgs=$(comm -2 -3 <(pacman -Sql core | sort | sed 's@^@core/@') \
|
_pkgs=$(comm -2 -3 <(pacman -Sql core | sort | sed 's@^@core/@') \
|
||||||
<(grep -v ^# ${script_path}/core.exclude.${arch} | sort | sed 's@^@core/@'))
|
<(grep -v ^# ${script_path}/core.exclude.${arch} | sort | sed 's@^@core/@'))
|
||||||
_urls=$(pacman -Sddp ${_pkgs})
|
_urls=$(pacman -Sddp ${_pkgs})
|
||||||
pacman -Swdd --noconfirm ${_pkgs}
|
pacman -Swdd --noprogressbar --noconfirm ${_pkgs}
|
||||||
for _url in ${_urls}; do
|
for _url in ${_urls}; do
|
||||||
_pkg_name=${_url##*/}
|
_pkg_name=${_url##*/}
|
||||||
_cached_pkg=/var/cache/pacman/pkg/${_pkg_name}
|
_cached_pkg=/var/cache/pacman/pkg/${_pkg_name}
|
||||||
|
Loading…
Reference in New Issue
Block a user