update Makefile and rename .sh file

This commit is contained in:
Odweta
2025-12-20 20:29:02 +01:00
parent 13c4c7f969
commit 824c909ba4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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)
View File