From a3f66f426f238c9e46c3e12fe7d8e8388f5f2e97 Mon Sep 17 00:00:00 2001 From: Miguel Xochicale Date: Sat, 21 Dec 2024 00:27:35 +0000 Subject: [PATCH] Brave Browser 131.1.73.104, using sed to pass date and version in the cli #12 --- brave/README.md | 1 + brave/logs.md | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/brave/README.md b/brave/README.md index 50e5905..c4c622e 100644 --- a/brave/README.md +++ b/brave/README.md @@ -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 "/\/ s/$/ \n# $(date) \nbrave-version: $V /" logs.md #insert date and version git commit -m "Brave Browser $V #12" ``` diff --git a/brave/logs.md b/brave/logs.md index 448da5e..63afc3e 100644 --- a/brave/logs.md +++ b/brave/logs.md @@ -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 @@ -321,7 +325,7 @@ Codename: jammy ``` -* logs +* l o g s ``` ~/repositories/mxochicale/tools/brave$ bash installating-brave.bash @@ -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 @@ -887,4 +891,3 @@ mapx@N55SL:~/github/scientificTOOLS/brave$ w ``` -