Skip to content

Commit 0c3c027

Browse files
authored
Fixes install_linux.sh in the case that ~/.local/share/fonts doesn't exist
1 parent 2bddc16 commit 0c3c027

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

util/install_linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# ensure that ~/.local/share/fonts exists
4+
mkdir -p ~/.local/share/fonts
5+
36
# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
47
rm -rf ~/.local/share/fonts/Monaspace*
58

0 commit comments

Comments
 (0)