diff options
author | Jesús <heckyel@hyperbola.info> | 2022-05-24 22:32:18 +0800 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-05-24 22:32:18 +0800 |
commit | b369095bab3469364c59e6e8bb27e3241736090c (patch) | |
tree | bc761c402940bdc234b8a62b31f8f742edc08642 | |
parent | 09637cba60c2806a809e27ddcb3268e04e01343b (diff) | |
download | hyperfi-b369095bab3469364c59e6e8bb27e3241736090c.tar.lz hyperfi-b369095bab3469364c59e6e8bb27e3241736090c.tar.xz hyperfi-b369095bab3469364c59e6e8bb27e3241736090c.zip |
Remove wget dep for hyperfi
-rw-r--r-- | hyperfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;; |