matthewjberger / scoop-nerd-fonts

A scoop bucket for installing nerd fonts
The Unlicense
353 stars 34 forks source link

Could not install JetBrains-Mono due to missing ttf #93

Closed ycrack closed 3 years ago

ycrack commented 3 years ago

May be related to #91

Description

Trying to install JetBrains-Mono on my Windows machine but encountered the following error message:

PS C:\Users\ycrack> sudo scoop install jetbrains-mono
WARN  Scoop uses 'aria2c' for multi-connection downloads.
WARN  Should it cause issues, run 'scoop config aria2-enabled false' to disable it.
Installing 'jetbrains-mono' (2.200) [64bit]
Starting download with aria2 ...
Download: Download Results:
Download: gid   |stat|avg speed  |path/URI
Download: ======+====+===========+=======================================================
Download: 656ff5|OK  |   1.9MiB/s|C:/Users/ycrack/scoop/cache/jetbrains-mono#2.200#https_github.com_JetBrains_JetBrainsMono_releases_download_v2.200_JetBrainsMono-2.200.zip
Download: Status Legend:
Download: (OK):download completed.
Checking hash of JetBrainsMono-2.200.zip ... ok.
Extracting JetBrainsMono-2.200.zip ... Exception: C:\Users\ycrack\scoop\apps\scoop\current\lib\core.ps1:510
Line |
 510 |          throw "Could not find '$(fname $from)'! (error $($proc.ExitCo …
     |          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Could not find 'ttf'! (error 16)

Machine Info

matthewjberger commented 3 years ago

Thanks for reporting! Looks like the zip file uses fonts/ttf instead of ttf in the new release. Should be fixed now :)