Updated README.md to v0.1.3
This commit is contained in:
parent
eb1ed051d2
commit
ad955c44a5
11
README.md
11
README.md
|
|
@ -6,20 +6,21 @@ Currently this program can only update the Beta release of Microsoft Edge for am
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
Usage: updater [OPTION]
|
Usage: updater [OPTION]
|
||||||
Microsoft Edge Updater (0.1.2) - An updater program which can install the latest available version of Microsoft Edge to non-Debian-based Linux distros.
|
Microsoft Edge Updater (0.1.3) - An updater program which can install the latest available version of Microsoft Edge to non-Debian-based Linux distros.
|
||||||
|
|
||||||
DISCLAIMER: Currently this program can only update the Beta release of Microsoft Edge for amd64 architectures.
|
DISCLAIMER: Currently this program can only update the Beta release of Microsoft Edge for amd64 architectures.
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
-y, --yes-all Assume yes to all yes/no decisions.
|
-nn, --no-notify Prevent notifications from being set after a session.
|
||||||
-v, --version Print out the version of the script and exit.
|
-y, --yes-all Assume yes to all yes/no decisions.
|
||||||
--help Print this help message and exit
|
-v, --version Print out the version of the script and exit.
|
||||||
|
-h, --help Print this help message and exit
|
||||||
```
|
```
|
||||||
|
|
||||||
## Information
|
## Information
|
||||||
* Program Name - Microsoft Edge Updater
|
* Program Name - Microsoft Edge Updater
|
||||||
* Script Name - updater
|
* Script Name - updater
|
||||||
* Version - 0.1.2 (Beta)
|
* Version - 0.1.3 (Beta)
|
||||||
* Synopsis - update Microsoft Edge (Beta) to the latest release.
|
* Synopsis - update Microsoft Edge (Beta) to the latest release.
|
||||||
* Author(s) - Ethan Smith-Coss (No contact)
|
* Author(s) - Ethan Smith-Coss (No contact)
|
||||||
* License - No License
|
* License - No License
|
||||||
|
|
|
||||||
1690
logs/updater.history
Normal file
1690
logs/updater.history
Normal file
File diff suppressed because it is too large
Load Diff
63
logs/updater.log
Normal file
63
logs/updater.log
Normal file
|
|
@ -0,0 +1,63 @@
|
||||||
|
2021-05-28T15:09:46+01:00 (PREINIT): ----[New instance of script has been started: 2021-05-28T15:09:46+01:00]----
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): The yes flag has been set to: 1.
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Microsoft Edge (Beta) is installed to system. Proceeding with update...
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Checking for a source.list in current runtime directory...
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Found a souce.list in /home/ethan/.local/bin/Microsoft-Edge-Updater.
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Checking if host is available according to defined value of [host]: https://packages.microsoft.com...
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Host is known and reachable. Continuing update to fetch data...
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Fetching Packages file from https://packages.microsoft.com/repos/edge/dists/stable/main for amd64 architectures...
|
||||||
|
--2021-05-28 15:09:46-- https://packages.microsoft.com/repos/edge/dists/stable/main/binary-amd64/Packages.gz
|
||||||
|
Resolving packages.microsoft.com... 13.80.99.124
|
||||||
|
Connecting to packages.microsoft.com|13.80.99.124|:443... connected.
|
||||||
|
HTTP request sent, awaiting response... 200 OK
|
||||||
|
Length: 4798 (4.7K) [application/octet-stream]
|
||||||
|
Saving to: ‘/tmp/microsoft-edge-autoupdater/Packages.gz’
|
||||||
|
|
||||||
|
0K .... 100% 978M=0s
|
||||||
|
|
||||||
|
2021-05-28 15:09:46 (978 MB/s) - ‘/tmp/microsoft-edge-autoupdater/Packages.gz’ saved [4798/4798]
|
||||||
|
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Successfully downloaded release package information.
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Fetching Contents-amd64.gz from https://packages.microsoft.com/repos/edge/dists/stable/
|
||||||
|
--2021-05-28 15:09:46-- https://packages.microsoft.com/repos/edge/dists/stable//Contents-amd64.gz
|
||||||
|
Resolving packages.microsoft.com... 13.80.99.124
|
||||||
|
Connecting to packages.microsoft.com|13.80.99.124|:443... connected.
|
||||||
|
HTTP request sent, awaiting response... 200 OK
|
||||||
|
Length: 1521 (1.5K) [application/octet-stream]
|
||||||
|
Saving to: ‘/tmp/microsoft-edge-autoupdater/Contents-amd64.gz’
|
||||||
|
|
||||||
|
0K . 100% 522M=0s
|
||||||
|
|
||||||
|
2021-05-28 15:09:46 (522 MB/s) - ‘/tmp/microsoft-edge-autoupdater/Contents-amd64.gz’ saved [1521/1521]
|
||||||
|
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Successfully downloaded release contents information.
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Uncompressing downloaded gz file using gunzip, /tmp/microsoft-edge-autoupdater/Packages.gz...
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Successfully uncompressed content.
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Identifying the most recent package information from Packages catelogue...
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Extrapolated most recent package information entry from /tmp/microsoft-edge-autoupdater/Release. Package information selected is as below:
|
||||||
|
(Release Info) Package: microsoft-edge-beta
|
||||||
|
(Release Info) Priority: optional
|
||||||
|
(Release Info) Section: web
|
||||||
|
(Release Info) Installed-Size: 326085
|
||||||
|
(Release Info) Maintainer: Microsoft Edge for Linux Team <null@null.com>
|
||||||
|
(Release Info) Architecture: amd64
|
||||||
|
(Release Info) Version: 91.0.864.37-1
|
||||||
|
(Release Info) Provides: www-browser
|
||||||
|
(Release Info) Depends: ca-certificates, fonts-liberation, libasound2 (>= 1.0.16), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 2.2.0), libatomic1 (>= 4.8), libatspi2.0-0 (>= 2.9.90), libc6 (>= 2.17), libcairo2 (>= 1.6.0), libcups2 (>= 1.4.0), libcurl3-gnutls | libcurl3-nss | libcurl4 | libcurl3, libdbus-1-3 (>= 1.5.12), libdrm2 (>= 2.4.38), libexpat1 (>= 2.0.1), libgbm1 (>= 8.1~0), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.39.4), libgtk-3-0 (>= 3.9.10), libnspr4 (>= 2:4.9-2~), libnss3 (>= 2:3.22), libpango-1.0-0 (>= 1.14.0), libuuid1 (>= 2.16), libx11-6 (>= 2:1.4.99.1), libxcb1 (>= 1.9.2), libxcomposite1 (>= 1:0.4.4-1), libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxkbcommon0 (>= 0.4.1), libxrandr2, libxshmfence1, wget, xdg-utils (>= 1.0.2)
|
||||||
|
(Release Info) Pre-Depends: dpkg (>= 1.14.0)
|
||||||
|
(Release Info) Recommends: libu2f-udev, libvulkan1
|
||||||
|
(Release Info) Filename: pool/main/m/microsoft-edge-beta/microsoft-edge-beta_91.0.864.37-1_amd64.deb
|
||||||
|
(Release Info) Size: 99670130
|
||||||
|
(Release Info) MD5sum: 5357f4fc3dfed43dfb9f83e167448b5b
|
||||||
|
(Release Info) SHA1: 48411a8dab4004158845acbb60511747ea554117
|
||||||
|
(Release Info) SHA256: 1bf9cd3e6cb6d6ed7917a24035c574f2aecfc1b43544aceb9a56c2c51b4db922
|
||||||
|
(Release Info) SHA512: 4b3f57e26dd1d47f0ec55f3209d4d650e27e205cc83a80632cd4440b0d8525fe294951d52a392aae5c9e06346a3953cc8676545025117e9bc8b1a6cbde378c22
|
||||||
|
(Release Info) Description: The web browser from Microsoft
|
||||||
|
(Release Info) Microsoft Edge is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.
|
||||||
|
(Release Info) (END)
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Checking if there is an update available (release: 91.0.864.37) or if most recent version is already installed to the system...
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): Most recent version of Microsoft Edge (Beta) is already installed to the system (v91.0.864.37). Completed in 0m 0s. Exiting...(1)
|
||||||
|
2021-05-28T15:09:46+01:00 (DEBUG): EXIT signal was raised, cleaning up system after session before exiting...
|
||||||
|
2021-05-28T15:09:46+01:00 (CLEANER): Finished cleaning up system after session. Nice and clean :D Goodbye.
|
||||||
|
2021-05-28T15:09:46+01:00 (END): Total time for script execution was: 0m 0s
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user