Remove wget dep for hyperfi

This commit is contained in:
Jesús 2022-05-24 22:32:18 +08:00
parent 09637cba60
commit b369095bab
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -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
;;