mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
docs(sh,ms): meta redirect to cheat sheet
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# Download the latest webi, then install {{ exename }}
|
||||
# <pre>
|
||||
############################################################
|
||||
# <h1>Cheat Sheet at CHEATSHEET_URL</h1>
|
||||
# <meta http-equiv="refresh" content="3; URL='CHEATSHEET_URL'" />
|
||||
############################################################
|
||||
New-Item -Path "$Env:USERPROFILE\Downloads\webi" -ItemType Directory -Force | out-null
|
||||
New-Item -Path "$Env:USERPROFILE\.local\bin" -ItemType Directory -Force | out-null
|
||||
IF ($Env:WEBI_HOST -eq $null -or $Env:WEBI_HOST -eq "") { $Env:WEBI_HOST = "https://webinstall.dev" }
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
#!/bin/sh
|
||||
#<pre>
|
||||
|
||||
############################################################
|
||||
# <h1>Cheat Sheet at CHEATSHEET_URL</h1>
|
||||
# <meta http-equiv="refresh" content="3; URL='CHEATSHEET_URL'" />
|
||||
############################################################
|
||||
|
||||
#set -x
|
||||
|
||||
|
||||
@@ -60,6 +60,7 @@ Releases.renderBash = function (
|
||||
}
|
||||
return (
|
||||
tplTxt
|
||||
.replace(/CHEATSHEET_URL/g, `${baseurl}/${pkg}`)
|
||||
.replace(/^\s*#?WEBI_PKG=.*/m, `WEBI_PKG='${webiPkg}'`)
|
||||
.replace(/^\s*#?WEBI_HOST=.*/m, `WEBI_HOST='${baseurl}'`)
|
||||
.replace(/^\s*#?WEBI_OS=.*/m, `WEBI_OS='${os}'`)
|
||||
|
||||
Reference in New Issue
Block a user