Remove exit 0 from install.ps1

Remove unnecessary exit command from script.
diff --git a/install.ps1 b/install.ps1
index 2f90650..2f0f2fb 100644
--- a/install.ps1
+++ b/install.ps1
@@ -92,4 +92,3 @@
     }
 }
 
-exit 0