From 00b00c49ca8d56946ab47f5ff5a2babfb1843573 Mon Sep 17 00:00:00 2001 From: Upgrayedd Date: Sat, 17 Aug 2024 14:42:51 -0500 Subject: [PATCH] Update setupFirefox.ps1 add download --- setupFirefox.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setupFirefox.ps1 b/setupFirefox.ps1 index e69de29..db2b1b2 100644 --- a/setupFirefox.ps1 +++ b/setupFirefox.ps1 @@ -0,0 +1,3 @@ + +#get the msi, put it where it can be seen +Start-BitsTransfer "https://download.mozilla.org/?product=firefox-msi-latest-ssl&os=win64&lang=en-US" \\SynCloud\Data\Resources\Firefox.msi \ No newline at end of file