NobGit
public anord read

Ledger

Why work hard when you can work easier?

Languages

Repository composition by tracked source files.

TypeScript
TypeScript 86% CSS 10% SQL 3% Shell 1% HTML 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/anord/ledger.git
ssh://[email protected]:2222/orgs/anord/ledger.git

Trace

infra/scripts/install-vm-updater.sh

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

install-vm-updater.sh on main
Author Date Commit Line Code
Alex Nord 3 months ago 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
1
#!/usr/bin/env bash
Open commit View diff
1 #!/usr/bin/env bash
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
2
set -euo pipefail
Open commit View diff
2 set -euo pipefail
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
3
Open commit View diff
3
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
4
APP_DIR="${APP_DIR:-/opt/ledger}"
Open commit View diff
4 APP_DIR="${APP_DIR:-/opt/ledger}"
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
5
TARGET_BIN="${TARGET_BIN:-/usr/local/bin/ledger-update}"
Open commit View diff
5 TARGET_BIN="${TARGET_BIN:-/usr/local/bin/ledger-update}"
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
6
Open commit View diff
6
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
7
if [ ! -f "$APP_DIR/infra/scripts/vm-update.sh" ]; then
Open commit View diff
7 if [ ! -f "$APP_DIR/infra/scripts/vm-update.sh" ]; then
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
8
  printf 'Expected updater at %s/infra/scripts/vm-update.sh\n' "$APP_DIR" >&2
Open commit View diff
8 printf 'Expected updater at %s/infra/scripts/vm-update.sh\n' "$APP_DIR" >&2
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
9
  exit 1
Open commit View diff
9 exit 1
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
10
fi
Open commit View diff
10 fi
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
11
Open commit View diff
11
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
12
install -m 0755 "$APP_DIR/infra/scripts/vm-update.sh" "$TARGET_BIN"
Open commit View diff
12 install -m 0755 "$APP_DIR/infra/scripts/vm-update.sh" "$TARGET_BIN"
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
13
printf 'Installed Ledger updater to %s\n' "$TARGET_BIN"
Open commit View diff
13 printf 'Installed Ledger updater to %s\n' "$TARGET_BIN"
same change 8c705f9

UI Fixes and added update script

Full commit hash
8c705f98290184505955ba11fb7a66ff146344b5
Author
Alex Nord <[email protected]>
Date
3 months ago
Selected line
14
printf 'You can now run: %s\n' "$TARGET_BIN"
Open commit View diff
14 printf 'You can now run: %s\n' "$TARGET_BIN"