Skip to content

Commit

Permalink
Missing sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
za3k committed Jun 23, 2024
1 parent 085455d commit 48fec49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ open-text-file-install:
sudo cp open-text-file.desktop /usr/local/share/applications/open-text-file.desktop
xdg-mime default open-text-file.desktop text/plain
sudo xdg-mime default open-text-file.desktop text/plain
update-desktop-database
sudo update-desktop-database
install:
find -executable -type f | sudo xargs cp -t ${INSTALL}

0 comments on commit 48fec49

Please sign in to comment.