Skip to content

Commit b5364d3

Browse files
authored
Merge pull request #46 from d4rk8l1tz/patch-1
fixing path: point to parent directory
2 parents 03e40a8 + 3b27616 commit b5364d3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

util/install_macos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
rm -rf ~/Library/Fonts/Monaspace*
55

66
# copy all fonts from ./otf to ~/Library/Fonts
7-
cp ./fonts/otf/* ~/Library/Fonts
7+
cp ../fonts/otf/* ~/Library/Fonts
88

99
# copy variable fonts from ./variable to ~/Library/Fonts
10-
cp ./fonts/variable/* ~/Library/Fonts
10+
cp ../fonts/variable/* ~/Library/Fonts

0 commit comments

Comments
 (0)