Skip to content

Commit

Permalink
Brave Browser 131.1.73.104, using sed to pass date and version in the…
Browse files Browse the repository at this point in the history
… cli #12
  • Loading branch information
mxochicale committed Dec 21, 2024
1 parent 372f5b4 commit a3f66f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions brave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ You can also open brave and go to main menu and select `About Brave` to get vers
## Commit changes
```
export V=$(brave-browser --version | awk '{print $3}')
sed -i "/\<logs\>/ s/$/ \n# $(date) \nbrave-version: $V /" logs.md #insert date and version
git commit -m "Brave Browser $V #12"
```

Expand Down
9 changes: 6 additions & 3 deletions brave/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Version ??? Chromium: ???? (Official Build) (??)
hostnamectl
```

##logs
# Sat 21 Dec 00:26:11 GMT 2024
brave-version: 131.1.73.104

# Sun 1 Dec 05:58:28 GMT 2024
131.1.73.91

Expand Down Expand Up @@ -321,7 +325,7 @@ Codename: jammy
```

* logs
* l o g s

```
~/repositories/mxochicale/tools/brave$ bash installating-brave.bash
Expand Down Expand Up @@ -470,7 +474,7 @@ Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Me
Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Get:18 http://gb.archive.ubuntu.com/ubuntu focal-backports/main amd64 DEP-11 Metadata [7,980 B]
Get:19 http://gb.archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [30.8 kB]
Hit:20 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
Hit:20 https://packagecloud.io/slacktechno logies/slack/debian jessie InRelease
Fetched 1,163 kB in 1s (793 kB/s)
Reading package lists... Done
Building dependency tree
Expand Down Expand Up @@ -887,4 +891,3 @@ mapx@N55SL:~/github/scientificTOOLS/brave$ w
```



0 comments on commit a3f66f4

Please sign in to comment.