Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sctech-tr authored Sep 4, 2024
1 parent 85e8caf commit 6343f1e
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 @@ -4,11 +4,11 @@ help:
@echo "make uninstall remove betterfetch"

install:
chmod +x betterfetchrc.sh
cp betterfetch.sh /usr/bin/betterfetch
cp betterfetchrc.sh /usr/bin/betterfetchrc
cp betterfetchrc /etc/betterfetchrc
cp betterfetch-version /etc/betterfetch-version
sudo chmod +x /usr/bin/betterfetchrc

uninstall:
rm /usr/bin/betterfetch
Expand Down

0 comments on commit 6343f1e

Please sign in to comment.