Skip to content

Commit b064a63

Browse files
committed
update install_linux.sh
1 parent dc9d20e commit b064a63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

util/install_linux.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
44
rm -rf ~/.local/share/fonts/Monaspace*
55

6-
mkdir -p ~/.local/share/fonts
6+
mkdir -p ~/.local/share/fonts/Monaspace/
77

88
# copy all fonts from ./otf to ~/.local/share/fonts
9-
cp ./fonts/otf/* ~/.local/share/fonts
9+
cp ./fonts/otf/* ~/.local/share/fonts/Monaspace/
1010

1111
# copy variable fonts from ./variable to ~/.local/share/fonts
12-
cp ./fonts/variable/* ~/.local/share/fonts
12+
cp ./fonts/variable/* ~/.local/share/fonts/Monaspace/
1313

1414
# Build font information caches
1515
fc-cache -f

0 commit comments

Comments
 (0)