Remove wget dep for hyperfi
This commit is contained in:
parent
09637cba60
commit
b369095bab
2
hyperfi
2
hyperfi
@ -1865,7 +1865,7 @@ while (( "$#" )); do
|
|||||||
;;
|
;;
|
||||||
-sf | --skip-font) skipfont=1;;
|
-sf | --skip-font) skipfont=1;;
|
||||||
-t | --test)
|
-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}"
|
sh hyperfi -tt "${2}" "${3}"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user