#!/bin/sh# TODO: common placefatal(){echo"FATAL: $*">&2exit 1}["$1"!="--run"]&&echo"Install Microsoft Edge browser (dev) from the official site"&&exit["$(distro_info -a)"!="x86_64"]&&echo"Only x86_64 is supported"&&exit 1# epm uses eget to download * namesepm install"https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-dev/microsoft-edge-*_amd64.deb"