Browse Source

Update Self-Host Script URLs (#26)

pull/28/head
Vince Grassia 4 years ago committed by GitHub
parent
commit
7b37af5efe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      DigitalOceanMarketplace/files/var/lib/cloud/scripts/per-instance/001_onboot
  2. 4
      bitwarden.ps1
  3. 4
      bitwarden.sh

2
DigitalOceanMarketplace/files/var/lib/cloud/scripts/per-instance/001_onboot

@ -11,7 +11,7 @@
docker pull bitwarden/setup docker pull bitwarden/setup
curl -L -s -o /root/bitwarden.sh https://go.btwrdn.co/bw-sh curl -L -s -o /root/bitwarden.sh "https://func.bitwarden.com/api/dl/?app=self-host&platform=linux"
chmod +x /root/bitwarden.sh chmod +x /root/bitwarden.sh

4
bitwarden.ps1

@ -24,8 +24,8 @@ if ($output -eq "") {
} }
$scriptsDir = "${output}\scripts" $scriptsDir = "${output}\scripts"
$bitwardenScriptUrl = "https://go.btwrdn.co/bw-ps" $bitwardenScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows"
$runScriptUrl = "https://go.btwrdn.co/bw-ps-run" $runScriptUrl = "https://func.bitwarden.com/api/dl/?app=self-host&platform=windows&variant=run"
# Please do not create pull requests modifying the version numbers. # Please do not create pull requests modifying the version numbers.
$coreVersion = "1.48.1" $coreVersion = "1.48.1"

4
bitwarden.sh

@ -37,8 +37,8 @@ else
fi fi
SCRIPTS_DIR="$OUTPUT/scripts" SCRIPTS_DIR="$OUTPUT/scripts"
BITWARDEN_SCRIPT_URL="https://go.btwrdn.co/bw-sh" BITWARDEN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux"
RUN_SCRIPT_URL="https://go.btwrdn.co/bw-sh-run" RUN_SCRIPT_URL="https://func.bitwarden.com/api/dl/?app=self-host&platform=linux&variant=run"
# Please do not create pull requests modifying the version numbers. # Please do not create pull requests modifying the version numbers.
COREVERSION="1.48.1" COREVERSION="1.48.1"

Loading…
Cancel
Save