Could not install JetBrains-Mono due to missing ttf
ycrack opened this issue · 1 comments
ycrack commented
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
- OS Version: Windows 10 Pro 20H2 19042.610
- scoop version: ScoopInstaller/Scoop@643cfb0d
matthewjberger commented
Thanks for reporting! Looks like the zip file uses fonts/ttf
instead of ttf
in the new release. Should be fixed now :)