diff --git a/.gitpod.yml b/.gitpod.yml
index 6499bad..988b34c 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -1,2 +1,5 @@
 image:
-  file: .gitpod.Dockerfile
\ No newline at end of file
+  file: .gitpod.Dockerfile
+
+tasks:
+- command: make update-packwiz
diff --git a/Makefile b/Makefile
index f18272f..e6d66ee 100644
--- a/Makefile
+++ b/Makefile
@@ -48,3 +48,6 @@ clean:
 	-git gc --aggressive --prune
 
 all: curseforge modrinth multimc technic clean
+
+update-packwiz:
+	go install github.com/packwiz/packwiz@latest
\ No newline at end of file