diff --git a/chocolatey.config b/chocolatey.config
index a0b6518..1dece38 100644
--- a/chocolatey.config
+++ b/chocolatey.config
@@ -12,4 +12,8 @@
+
+
+
+
\ No newline at end of file
diff --git a/chocolatey.ps1 b/chocolatey.ps1
index 59a143f..3d1171c 100644
--- a/chocolatey.ps1
+++ b/chocolatey.ps1
@@ -6,7 +6,7 @@ if (-Not (Get-Command "choco.exe" -ErrorAction SilentlyContinue)) {
}
# Install the apps from the config file
-choco install C:\Users\jgaunt\Git\homelab-scripts\chocolatey.config -y
+#choco install C:\Users\jgaunt\Git\homelab-scripts\chocolatey.config -y
# Upgrade all installed apps
choco upgrade all -y
\ No newline at end of file