From b6564b77ddf3fea8408e133815d5e1f7175b03d7 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 5 Aug 2025 03:01:34 +0000 Subject: [PATCH] Update App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 --- App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 b/App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 index b59b42e..4ac5c41 100644 --- a/App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 +++ b/App Install Scripts/App - Adobe Acrobat 64bit - Install.ps1 @@ -45,8 +45,7 @@ Wait-Job $job -timeout $timeout | Out-Null $output = Receive-Job $job $DownloadURL = $output -# Script start # - +#Region Script Start If ((Test-Path "C:\Temp\Script Cache") -eq $False) { New-Item -ItemType directory -Path "C:\Temp\Script Cache" } Invoke-WebRequest -UseBasicParsing "https://scripts.gabesville.com/Gabesville/Powershell-Scripts/raw/branch/main/Functions%20Scripts/Functions.ps1" -outfile "C:\Temp\Script Cache\Functions.ps1" . "C:\Temp\Script Cache\Functions.ps1" @@ -67,4 +66,4 @@ Else { $EPCacheLocalLocation = "C:\Temp\Script Cache\Adobe Acrobat\setup.exe" Install-App } -# Script End # \ No newline at end of file +#Region Script End \ No newline at end of file