From 5bd0bac0c970e504ac5445150a36ad2b36657d82 Mon Sep 17 00:00:00 2001 From: Merith <merith.tk@gmail.com> Date: Fri, 27 May 2022 15:09:16 +0000 Subject: [PATCH] enhance update-pacwiz --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e6d66ee..bc0ddf6 100644 --- a/Makefile +++ b/Makefile @@ -50,4 +50,6 @@ clean: all: curseforge modrinth multimc technic clean update-packwiz: - go install github.com/packwiz/packwiz@latest \ No newline at end of file + go install github.com/packwiz/packwiz@latest + clear + @echo "Packwiz has been Updated" \ No newline at end of file