aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-05-24 22:32:18 +0800
committerJesús <heckyel@hyperbola.info>2022-05-24 22:32:18 +0800
commitb369095bab3469364c59e6e8bb27e3241736090c (patch)
treebc761c402940bdc234b8a62b31f8f742edc08642
parent09637cba60c2806a809e27ddcb3268e04e01343b (diff)
downloadhyperfi-b369095bab3469364c59e6e8bb27e3241736090c.tar.lz
hyperfi-b369095bab3469364c59e6e8bb27e3241736090c.tar.xz
hyperfi-b369095bab3469364c59e6e8bb27e3241736090c.zip
Remove wget dep for hyperfi
-rw-r--r--hyperfi2
1 files changed, 1 insertions, 1 deletions
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
;;