mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
refactor!: alias git-config-gpg to old location git-gpg-init
This commit is contained in:
5
git-gpg-init/install.ps1
Normal file
5
git-gpg-init/install.ps1
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/pwsh
|
||||
|
||||
echo "'git-gpg-init@$Env:WEBI_TAG' is an alias for 'git-config-gpg@$Env:WEBI_VERSION'"
|
||||
IF ($Env:WEBI_HOST -eq $null -or $Env:WEBI_HOST -eq "") { $Env:WEBI_HOST = "https://webinstall.dev" }
|
||||
curl.exe -fsSL "$Env:WEBI_HOST/git-config-gpg@$Env:WEBI_VERSION" | powershell
|
||||
10
git-gpg-init/install.sh
Normal file
10
git-gpg-init/install.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
# title: git-gpg-init (git-config-gpg alias)
|
||||
# homepage: https://webinstall.dev/git-config-gpg
|
||||
# tagline: Alias for https://webinstall.dev/git-config-gpg
|
||||
# alias: git-config-gpg
|
||||
# description: |
|
||||
# See https://webinstall.dev/git-config-gpg
|
||||
|
||||
echo "'git-gpg-init' is a deprecated alias for 'git-config-gpg'"
|
||||
WEBI_HOST=${WEBI_HOST:-"https://webinstall.dev"}
|
||||
curl -fsSL "$WEBI_HOST/git-config-gpg" | bash
|
||||
Reference in New Issue
Block a user