Update ssrspeed_linux.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 3 years ago committed by GitHub
parent 944e17a4c7
commit c2fdf26b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ssrspeed_linux.sh

@ -232,7 +232,7 @@ input() {
check_dependencies() {
for j in {" sudo"," wget"," git"," python3"," unzip"}; do ! type -p $j >/dev/null 2>&1 && DEPS+=$j; done
if [ -n "$DEPS" ]; then
info "\n $(text 14) \n"
info "\n $(text 14) $DEPS \n"
${PACKAGE_UPDATE[int]}
${PACKAGE_INSTALL[int]} $DEPS
else

Loading…
Cancel
Save