diff --git a/Makefile b/Makefile index 0d6a9e8..b8ed595 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ OUTPUT_FILE_NAME := ofetch install: mkdir -p $(DIR) - cp odwetafetch.sh $(DIR)/$(OUTPUT_FILE_NAME) + cp $(OUTPUT_FILE_NAME).sh $(DIR)/$(OUTPUT_FILE_NAME) chmod 744 $(DIR)/$(OUTPUT_FILE_NAME) diff --git a/fetch.sh b/ofetch.sh similarity index 100% rename from fetch.sh rename to ofetch.sh