feat: font installer shell

This commit is contained in:
hesam-init 2024-02-22 23:17:42 +03:30
parent 655e2ad83a
commit 1b949e4d72
23 changed files with 9 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 134 KiB

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

9
setup/font.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
install_ttf_font() {
sudo cp *.ttf /usr/share/fonts/TTF
sudo fc-cache -f -v
}
cd ../host/fonts
install_ttf_font