From 1c757ef9b113abf86f0c7aab18db8162cc8852b6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 5 Dec 2021 01:31:55 +0000 Subject: [PATCH] docs(ps1): remove dead comment about missing WEBI_UA --- _example/install.ps1 | 1 - arc/install.ps1 | 1 - awless/install.ps1 | 1 - bat/install.ps1 | 1 - caddy/install.ps1 | 1 - chromedriver/install.ps1 | 1 - comrak/install.ps1 | 1 - curlie/install.ps1 | 1 - deno/install.ps1 | 1 - dotenv-linter/install.ps1 | 1 - dotenv/install.ps1 | 1 - fd/install.ps1 | 1 - ffmpeg/install.ps1 | 1 - fzf/install.ps1 | 1 - gh/install.ps1 | 1 - git/install.ps1 | 1 - gitdeploy/install.ps1 | 1 - gitea/install.ps1 | 1 - golang/install.ps1 | 1 - goreleaser/install.ps1 | 1 - gprox/install.ps1 | 1 - hugo/install.ps1 | 1 - jq/install.ps1 | 1 - k9s/install.ps1 | 1 - keypairs/install.ps1 | 1 - kubectx/install.ps1 | 1 - kubens/install.ps1 | 1 - lsd/install.ps1 | 1 - node/install.ps1 | 1 - pandoc/install.ps1 | 1 - rclone/install.ps1 | 1 - rg/install.ps1 | 1 - sass/install.ps1 | 1 - sclient/install.ps1 | 1 - sd/install.ps1 | 1 - serviceman/install.ps1 | 1 - shellcheck/install.ps1 | 1 - syncthing/install.ps1 | 1 - watchexec/install.ps1 | 1 - xz/install.ps1 | 1 - zoxide/install.ps1 | 1 - 41 files changed, 41 deletions(-) diff --git a/_example/install.ps1 b/_example/install.ps1 index 2fb5b5c..b8fa315 100644 --- a/_example/install.ps1 +++ b/_example/install.ps1 @@ -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 foobar 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" diff --git a/arc/install.ps1 b/arc/install.ps1 index 111e166..65eaf09 100644 --- a/arc/install.ps1 +++ b/arc/install.ps1 @@ -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 archiver 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" diff --git a/awless/install.ps1 b/awless/install.ps1 index a203cc7..013e657 100644 --- a/awless/install.ps1 +++ b/awless/install.ps1 @@ -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 awless 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" diff --git a/bat/install.ps1 b/bat/install.ps1 index 44e0fee..6d25915 100644 --- a/bat/install.ps1 +++ b/bat/install.ps1 @@ -5,7 +5,6 @@ $EXENAME = "$Env:PKG_NAME.exe" # Fetch archive IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME from $Env:WEBI_PKG_URL to $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" & move "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" diff --git a/caddy/install.ps1 b/caddy/install.ps1 index 3b33d3a..b3ba7e5 100644 --- a/caddy/install.ps1 +++ b/caddy/install.ps1 @@ -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 caddy 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" diff --git a/chromedriver/install.ps1 b/chromedriver/install.ps1 index 18eee9d..f66de6f 100644 --- a/chromedriver/install.ps1 +++ b/chromedriver/install.ps1 @@ -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 chromedriver 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" diff --git a/comrak/install.ps1 b/comrak/install.ps1 index 4bafd32..79dba4e 100644 --- a/comrak/install.ps1 +++ b/comrak/install.ps1 @@ -5,7 +5,6 @@ $EXENAME = "$Env:PKG_NAME.exe" # Fetch archive IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME from $Env:WEBI_PKG_URL to $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" & move "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" diff --git a/curlie/install.ps1 b/curlie/install.ps1 index caab135..444c44f 100644 --- a/curlie/install.ps1 +++ b/curlie/install.ps1 @@ -5,7 +5,6 @@ $EXENAME = "$Env:PKG_NAME.exe" # Fetch archive IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME from $Env:WEBI_PKG_URL to $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" & move "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" diff --git a/deno/install.ps1 b/deno/install.ps1 index 94560c0..afe3436 100644 --- a/deno/install.ps1 +++ b/deno/install.ps1 @@ -3,7 +3,6 @@ # Fetch archive IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME from $Env:WEBI_PKG_URL to $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" #Invoke-WebRequest https://nodejs.org/dist/v12.16.2/node-v12.16.2-win-x64.zip -OutFile node-v12.16.2-win-x64.zip & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" diff --git a/dotenv-linter/install.ps1 b/dotenv-linter/install.ps1 index d5f93e7..d1bba14 100644 --- a/dotenv-linter/install.ps1 +++ b/dotenv-linter/install.ps1 @@ -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 dotenv-linter 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" diff --git a/dotenv/install.ps1 b/dotenv/install.ps1 index d5648ac..b13dd78 100644 --- a/dotenv/install.ps1 +++ b/dotenv/install.ps1 @@ -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 dotenv 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" diff --git a/fd/install.ps1 b/fd/install.ps1 index caab135..444c44f 100644 --- a/fd/install.ps1 +++ b/fd/install.ps1 @@ -5,7 +5,6 @@ $EXENAME = "$Env:PKG_NAME.exe" # Fetch archive IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME from $Env:WEBI_PKG_URL to $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" & move "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" diff --git a/ffmpeg/install.ps1 b/ffmpeg/install.ps1 index 203e06a..ac93ca1 100644 --- a/ffmpeg/install.ps1 +++ b/ffmpeg/install.ps1 @@ -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 ffmpeg from $Env:WEBI_PKG_URL to $pkg_download" & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$pkg_download.part" Move-Item -Path "$pkg_download.part" -Destination "$pkg_download" -Force diff --git a/fzf/install.ps1 b/fzf/install.ps1 index caab135..444c44f 100644 --- a/fzf/install.ps1 +++ b/fzf/install.ps1 @@ -5,7 +5,6 @@ $EXENAME = "$Env:PKG_NAME.exe" # Fetch archive IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME from $Env:WEBI_PKG_URL to $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" & move "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" diff --git a/gh/install.ps1 b/gh/install.ps1 index 17c5e98..b877eea 100644 --- a/gh/install.ps1 +++ b/gh/install.ps1 @@ -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 gh 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" diff --git a/git/install.ps1 b/git/install.ps1 index f21b912..0c35faf 100644 --- a/git/install.ps1 +++ b/git/install.ps1 @@ -13,7 +13,6 @@ $pkg_dst_bin = "$pkg_dst\cmd" # Fetch archive IF (!(Test-Path -Path "$pkg_download")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME 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" diff --git a/gitdeploy/install.ps1 b/gitdeploy/install.ps1 index f21cad9..34f94d9 100644 --- a/gitdeploy/install.ps1 +++ b/gitdeploy/install.ps1 @@ -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 gitdeploy 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" diff --git a/gitea/install.ps1 b/gitea/install.ps1 index 22d2abe..b00ca9f 100644 --- a/gitea/install.ps1 +++ b/gitea/install.ps1 @@ -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 gitea 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" diff --git a/golang/install.ps1 b/golang/install.ps1 index 779472f..4b3b18b 100644 --- a/golang/install.ps1 +++ b/golang/install.ps1 @@ -20,7 +20,6 @@ if (!(Get-Command "git.exe" -ErrorAction SilentlyContinue)) # Fetch archive IF (!(Test-Path -Path "$pkg_download")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME 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" diff --git a/goreleaser/install.ps1 b/goreleaser/install.ps1 index 26bab04..7086492 100644 --- a/goreleaser/install.ps1 +++ b/goreleaser/install.ps1 @@ -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 goreleaser 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" diff --git a/gprox/install.ps1 b/gprox/install.ps1 index 27c7f93..bc2fca2 100644 --- a/gprox/install.ps1 +++ b/gprox/install.ps1 @@ -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 gprox 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" diff --git a/hugo/install.ps1 b/hugo/install.ps1 index 68d1a81..caec484 100644 --- a/hugo/install.ps1 +++ b/hugo/install.ps1 @@ -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 hugo 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" diff --git a/jq/install.ps1 b/jq/install.ps1 index e54bc46..0056841 100644 --- a/jq/install.ps1 +++ b/jq/install.ps1 @@ -5,7 +5,6 @@ $EXENAME = "$Env:PKG_NAME.exe" # Fetch archive IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME from $Env:WEBI_PKG_URL to $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" & move "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" diff --git a/k9s/install.ps1 b/k9s/install.ps1 index 12f8351..d550ee7 100644 --- a/k9s/install.ps1 +++ b/k9s/install.ps1 @@ -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 k9s 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" diff --git a/keypairs/install.ps1 b/keypairs/install.ps1 index 8c15983..dcf6d6b 100644 --- a/keypairs/install.ps1 +++ b/keypairs/install.ps1 @@ -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 keypairs 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" diff --git a/kubectx/install.ps1 b/kubectx/install.ps1 index e8d22a8..16ccaf7 100644 --- a/kubectx/install.ps1 +++ b/kubectx/install.ps1 @@ -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 kubectx 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" diff --git a/kubens/install.ps1 b/kubens/install.ps1 index 6e29098..29d54ce 100644 --- a/kubens/install.ps1 +++ b/kubens/install.ps1 @@ -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 kubens 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" diff --git a/lsd/install.ps1 b/lsd/install.ps1 index 60f18d7..738e00b 100644 --- a/lsd/install.ps1 +++ b/lsd/install.ps1 @@ -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" diff --git a/node/install.ps1 b/node/install.ps1 index f8b55ca..00f9c93 100644 --- a/node/install.ps1 +++ b/node/install.ps1 @@ -3,7 +3,6 @@ # Fetch archive IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading $Env:PKG_NAME from $Env:WEBI_PKG_URL to $Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" #Invoke-WebRequest https://nodejs.org/dist/v12.16.2/node-v12.16.2-win-x64.zip -OutFile node-v12.16.2-win-x64.zip & curl.exe -A "$Env:WEBI_UA" -fsSL "$Env:WEBI_PKG_URL" -o "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE.part" diff --git a/pandoc/install.ps1 b/pandoc/install.ps1 index faab895..d586aa0 100644 --- a/pandoc/install.ps1 +++ b/pandoc/install.ps1 @@ -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 pandoc 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" diff --git a/rclone/install.ps1 b/rclone/install.ps1 index ce9b08a..6f34a7a 100644 --- a/rclone/install.ps1 +++ b/rclone/install.ps1 @@ -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 rclone 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" diff --git a/rg/install.ps1 b/rg/install.ps1 index 3e8bf67..87905be 100644 --- a/rg/install.ps1 +++ b/rg/install.ps1 @@ -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 ripgrep 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" diff --git a/sass/install.ps1 b/sass/install.ps1 index 0f6c08a..12fa350 100644 --- a/sass/install.ps1 +++ b/sass/install.ps1 @@ -22,7 +22,6 @@ $pkg_download = "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE" IF (!(Test-Path -Path "$Env:USERPROFILE\Downloads\webi\$Env:WEBI_PKG_FILE")) { - # TODO: arch detection echo "Downloading sass (dart-sass) 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" diff --git a/sclient/install.ps1 b/sclient/install.ps1 index 40b5482..ecdd656 100644 --- a/sclient/install.ps1 +++ b/sclient/install.ps1 @@ -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 sclient 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" diff --git a/sd/install.ps1 b/sd/install.ps1 index 0787e4c..3592b0a 100644 --- a/sd/install.ps1 +++ b/sd/install.ps1 @@ -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 sd 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" diff --git a/serviceman/install.ps1 b/serviceman/install.ps1 index 6ab3b44..2b73c19 100644 --- a/serviceman/install.ps1 +++ b/serviceman/install.ps1 @@ -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 serviceman 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" diff --git a/shellcheck/install.ps1 b/shellcheck/install.ps1 index e8f8ab7..c1c9220 100644 --- a/shellcheck/install.ps1 +++ b/shellcheck/install.ps1 @@ -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 shellcheck 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" diff --git a/syncthing/install.ps1 b/syncthing/install.ps1 index af5f04a..ced22f3 100644 --- a/syncthing/install.ps1 +++ b/syncthing/install.ps1 @@ -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 syncthing 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" diff --git a/watchexec/install.ps1 b/watchexec/install.ps1 index 3f94076..1f1f47c 100644 --- a/watchexec/install.ps1 +++ b/watchexec/install.ps1 @@ -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 watchexec 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" diff --git a/xz/install.ps1 b/xz/install.ps1 index e054e49..099542a 100644 --- a/xz/install.ps1 +++ b/xz/install.ps1 @@ -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 xz 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" diff --git a/zoxide/install.ps1 b/zoxide/install.ps1 index 1fc0814..30d1821 100644 --- a/zoxide/install.ps1 +++ b/zoxide/install.ps1 @@ -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"