Update ssrspeed_linux.sh

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

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

Loading…
Cancel
Save