Update Functions Scripts/Functions.ps1

This commit is contained in:
2025-08-08 17:26:04 +00:00
parent e8230ebb46
commit 1c398212aa
+2 -1
View File
@@ -16,7 +16,8 @@ Script to hold all functions to make updating other scripts easier
[CmdletBinding()]
Param(
[Parameter(Mandatory = $false)]
$PSCPURL = "https://files.gabesville.com/filebrowser/api/raw/Tools%20%26%20Programs/Network/pscp.exe",
$PSCPURL = "https://files.gabesville.com/filebrowser/share/aqVyL6Tq",
#https://files.gabesville.com/filebrowser/api/raw/Tools%20%26%20Programs/Network/pscp.exe"
[Parameter(Mandatory = $false)]
$PSCPLOC = "$Env:windir\system32\pscp.exe",
[Parameter(Mandatory = $false)]