Skip to content

Commit

Permalink
quiet install (#93)
Browse files Browse the repository at this point in the history
* reduce output
  • Loading branch information
ipitio authored Mar 9, 2024
1 parent f71391b commit bed7fe6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions advanced/Scripts/speedtestmod/mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ if [[ "${SKIP_MOD:-}" != true ]]; then
done

if [ ${#missingPkgs[@]} -gt 0 ]; then
[[ "$PKG_MANAGER" != *"apt-get"* ]] || apt-get update
$PKG_MANAGER install -y "${missingPkgs[@]}"
[[ "$PKG_MANAGER" != *"apt-get"* ]] || apt-get update > /dev/null
$PKG_MANAGER install -y "${missingPkgs[@]}" > /dev/null
fi

download /etc .pihole https://github.com/arevindh/pi-hole Pi-hole
Expand Down

0 comments on commit bed7fe6

Please sign in to comment.