Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
ipitio committed Apr 27, 2024
1 parent c54a172 commit 8a67464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced/Scripts/speedtestmod/mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ if [[ "${SKIP_MOD:-}" != true ]]; then
echo "Installing Missing Dependencies..."
if ! $pkg_manager install -y "${missingpkgs[@]}" &>/dev/null; then
[[ "$pkg_manager" == *"apt-get"* ]] || exit 1
echo "...And Updating Package Cache..."
echo "And Updating Package Cache..."
$pkg_manager update -y &>/dev/null
$pkg_manager install -y "${missingpkgs[@]}" &>/dev/null
fi
Expand Down

0 comments on commit 8a67464

Please sign in to comment.