edge.sh 344 Bytes
Newer Older
1 2
#!/bin/sh

3
BASEPKGNAME=microsoft-edge
4
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6
PRODUCTALT="stable beta dev"
7
DESCRIPTION="Microsoft Edge browser (dev) from the official site"
8

9
. $(dirname $0)/common.sh
10 11

# epm uses eget to download * names
12
epm install "https://packages.microsoft.com/repos/edge/pool/main/m/$PKGNAME/${PKGNAME}_${VERSION}_amd64.deb"