mirror of
https://github.com/bitwarden/desktop
synced 2025-12-05 23:53:29 +00:00
update script comments
This commit is contained in:
@@ -12,6 +12,6 @@
|
|||||||
# 4. Environment variables for GITHUB_USER and GITHUB_TOKEN set.
|
# 4. Environment variables for GITHUB_USER and GITHUB_TOKEN set.
|
||||||
#
|
#
|
||||||
# To run:
|
# To run:
|
||||||
# ./cask-update.ps1 -version 1.3.0
|
# pwsh ./cask-update.ps1 -version 1.3.0
|
||||||
|
|
||||||
cask-repair --cask-version $version --blind-submit --fail-on-error bitwarden
|
cask-repair --cask-version $version --blind-submit --fail-on-error bitwarden
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
# To run:
|
# Dependencies:
|
||||||
# ./snap-update.ps1
|
# 1. Install powershell, ex `sudo apt-get install -y powershell`
|
||||||
|
#
|
||||||
|
# To run:
|
||||||
|
# pwsh ./snap-update.ps1
|
||||||
|
|
||||||
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
$dir = Split-Path -Parent $MyInvocation.MyCommand.Path;
|
||||||
$rootDir = $dir + "/..";
|
$rootDir = $dir + "/..";
|
||||||
|
|||||||
Reference in New Issue
Block a user