diff --git a/hyperfi b/hyperfi index 2f25d52..23e989b 100644 --- a/hyperfi +++ b/hyperfi @@ -1865,7 +1865,7 @@ while (( "$#" )); do ;; -sf | --skip-font) skipfont=1;; -t | --test) - wget -O hyperfi "https://hgit.ga/${2}/hyperfi/raw/branch/${3}/hyperfi" + curl -o hyperfi "https://hgit.ga/${2}/hyperfi/raw/branch/${3}/hyperfi" sh hyperfi -tt "${2}" "${3}" exit 0 ;;