From 19dbbeb97b53420bb0be6397c27980795edf4a78 Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Sun, 5 Oct 2025 21:41:39 -0500 Subject: [PATCH] Templated the deploy Gonna have more ideas later --- FirefoxConfig-Deploy.ps1 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 FirefoxConfig-Deploy.ps1 diff --git a/FirefoxConfig-Deploy.ps1 b/FirefoxConfig-Deploy.ps1 new file mode 100644 index 0000000..625b6ac --- /dev/null +++ b/FirefoxConfig-Deploy.ps1 @@ -0,0 +1,5 @@ +#Find Firefox - Get-installed program or whatever +#See if the temp folder is there, C:\UG\temp +#Download the configs to temp +#Deploy them where they go +#Pop-up? Complete messeage \ No newline at end of file