Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Jul 14, 2023
1 parent 8ed2d40 commit fb63e94
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 @@ -6,4 +6,4 @@ check:

.PHONY: install
install: check
sudo install --owner "root" --group "root" --mode "+x" chatgpt.sh /usr/local/bin/chatgpt
sudo install --owner "root" --group "root" chatgpt.sh /usr/local/bin/chatgpt

0 comments on commit fb63e94

Please sign in to comment.