Skip to content

Commit

Permalink
Update command.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed May 16, 2024
1 parent e534f88 commit 07a9180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/fonts.rake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ task :fonts => [:'brew:casks_and_formulae'] do
end

if linux?
command 'sudo', 'ln', '-sfn', '/home/linuxbrew/.linuxbrew/share/fonts', '-t', '/usr/local/share'
command 'sudo', 'ln', '-sfn', '/home/linuxbrew/.linuxbrew/share/fonts', '/usr/local/fonts'
command 'sudo', 'fc-cache', '-fv'
end
end

0 comments on commit 07a9180

Please sign in to comment.