You need to sign in or sign up before continuing.
edge.sh 324 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 12 13
PKGURL="https://packages.microsoft.com/repos/edge/pool/main/m/$PKGNAME/${PKGNAME}_${VERSION}-[12]_amd64.deb"

install_pkgurl