mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-02 14:56:34 +00:00
docs(ps1): remove dead comment about missing WEBI_UA
This commit is contained in:
@@ -20,7 +20,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
|
||||
Write-Output "Downloading zoxide from $Env:WEBI_PKG_URL to $pkg_download"
|
||||
& curl.exe -fsSL "$Env:WEBI_PKG_URL" -o "$pkg_download.part"
|
||||
& Move-Item "$pkg_download.part" "$pkg_download"
|
||||
|
||||
Reference in New Issue
Block a user