6 lines
112 B
Bash
6 lines
112 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
install_package "noto-fonts-ttf"
|
||
|
|
install_package "noto-fonts-cjk"
|
||
|
|
install_package "noto-fonts-emoji"
|