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