Skip to content

Install script error #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ghost opened this issue Jan 6, 2020 · 1 comment
Open

Install script error #25

ghost opened this issue Jan 6, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 6, 2020

The install script throws errors when trying to install the terminal icons in Termux (with fish shell)

 20   master  ✔  ./install.sh     ~/icons-in-terminal
+ DATA=/data/data/com.termux/files/home/.local/share/icons-in-terminal/
+ mkdir -p /data/data/com.termux/files/home/.fonts
+ cp ./build/icons-in-terminal.ttf /data/data/com.termux/files/home/.fonts/
+ mkdir -p /data/data/com.termux/files/home/.config/fontconfig/conf.d
+ ./scripts/generate_fontconfig.sh
./scripts/generate_fontconfig.sh: line 20: fc-list: command not found
+ fc-cache -fvr --really-force /data/data/com.termux/files/home/.fonts
./install.sh: line 30: fc-cache: command not found

also tried the autodetect install script

./install-autodetect.sh
+ DATA=/data/data/com.termux/files/home/.local/share/icons-in-terminal/
+ mkdir -p /data/data/com.termux/files/home/.fonts
+ cp ./build/icons-in-terminal.ttf /data/data/com.termux/files/home/.fonts/
+ mkdir -p /data/data/com.termux/files/home/.config/fontconfig/conf.d
+ ./scripts/generate_fontconfig_autodetect.sh
/data/data/com.termux/files/home/icons-in-terminal/scripts/detect_font_terminal/find_font_gnometerminal.sh: line 10: dconf: command not found
+ fc-cache -fvr --really-force /data/data/com.termux/files/home/.fonts
./install-autodetect.sh: line 28: fc-cache: command not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
and others