An updater program which can install the latest available version of Microsoft Edge to non-APT or DNF-based Linux distros.
Go to file
Ethan Smith-Coss 1c72887160 Update 'README.md'
Updated logo to use, now using the newly created logos.

Updated the opening section to be more clear and reflective of the software (was somewhat outdated).

Signed-off-by: Ethan Smith-Coss <ethan.sc@closedless.xyz>
2022-03-13 22:34:26 +00:00
assets Delete 'assets/msedge-updater-logo(icon).png' 2022-03-13 22:31:05 +00:00
utils Updated name of program 2021-09-09 15:47:38 +01:00
.gitignore Updated .gitignore 2021-06-23 23:48:30 +01:00
LICENSE Add 'LICENSE' 2021-05-23 22:00:40 +01:00
msedge-updater Ammended bug fix 2022-02-17 23:27:03 +00:00
msedge-updater.1 Updated version 2021-12-09 17:23:05 +00:00
msedge-updater.1.md Updated version 2021-12-09 17:23:05 +00:00
README.md Update 'README.md' 2022-03-13 22:34:26 +00:00
source.list Updated source.list to v0.2 2021-06-23 23:47:09 +01:00

msedge-updater logo

Microsoft Edge Updater

An updater program which can install the latest available version of Microsoft Edge to non-APT or DNF-based Linux distros.

Currently this program can update both the Beta and Dev releases of Microsoft Edge for amd64 architectures.

Usage

Usage: msedge-updater [OPTION]
Microsoft Edge Updater (0.2.1) - An updater program which can install the latest available version of Microsoft Edge to non-Debian-based Linux distros.

DISCLAIMER: Currently this program has only updated Microsoft Edge for amd64 architectures, other architectures might be possible but not tested.

Options:
  -nn, --no-notify     Prevent notifications from being set after a session.
   -c, --set-channel=  Change the channel to be updated for Microsoft Edge. Will default to the value defined in source.list if flag is not present.
                         * beta - update Beta channel release.
                         * dev  - update Dev channel release.
   -q, --quiet         Operate strictly with no output on STDOUT or STDERR, prompts will NOT assume yes however. Logging still occurs in background.
       --mode=         Set the mode of the program to be ran in. Default mode occurs without this flag.
                         * debug - run program in debug mode. (WIP)
       --full-clean    Remove all content generated by the updater after a session, this includes all logs.
   -y, --yes-all       Assume yes to all yes/no decisions.
   -v, --version       Print out the version of the script and exit.
   -h, --help          Print this help message and exit.

Information

  • Program Name - Microsoft Edge Updater
  • Script Name - msedge-updater
  • Version - 0.2.1
  • Synopsis - update Microsoft Edge to the latest release.
  • Author(s) - Ethan Smith-Coss (ethan.sc@closedless.xyz)
  • Contributors - Robert Morrison, Documentation
  • License - GNU GPLv3+

Documentation

For more in-depth documentation on msedge-updater, view the manpage in markdown form here. Alternatively you can view the manpage from your terminal by downloading the project.

    $  git clone https://git.closedless.xyz/ClosedLess/Microsoft-Edge-Updater/src/branch/main
    $  cd Microsoft-Edge-Updater/
    $  man ./msedge-updater.1