mirror of
git://git.savannah.gnu.org/guix/videos.git
synced 2024-12-29 11:40:23 +01:00
5 lines
44 B
Bash
5 lines
44 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cp -r fonts ~/.fonts
|
||
|
fc-cache -f
|