Skip to content

Commit a874095

Browse files
authored
fix(microsoft-edge): use same apt source filename as Microsoft post-install script
1 parent 660d260 commit a874095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factory/installScripts/edge/default.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Microsoft offers a debian package, here we're adding the package list and then installing the specific version we want to install.
44
curl 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} \

0 commit comments

Comments
 (0)