File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
factory/installScripts/edge Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33# Microsoft offers a debian package, here we're adding the package list and then installing the specific version we want to install.
44curl https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg \
55 && install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d \
6- && sh -c ' echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge-stable .list' \
6+ && sh -c ' echo "deb [arch=amd64] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/microsoft-edge.list' \
77 && rm microsoft.gpg \
88 && apt-get update \
99 && apt-get install -y microsoft-edge-stable=${1} \
You can’t perform that action at this time.
0 commit comments