docs(ps1): remove dead comment about missing WEBI_UA

This commit is contained in:
AJ ONeal
2021-12-05 01:31:55 +00:00
parent 1228ee1fa0
commit 1c757ef9b1
41 changed files with 0 additions and 41 deletions

View File

@@ -21,7 +21,6 @@ $pkg_download = "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE"
# Fetch archive
IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE"))
{
# TODO: arch detection
echo "Downloading lsd from $Env:WEBI_PKG_URL to $pkg_download"
& curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$pkg_download.part"
& move "$pkg_download.part" "$pkg_download"