Skip to content

Commit 99edf4f

Browse files
authored
fix linux deb repo pointer (#112226)
1 parent 91a50e3 commit 99edf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/linux/debian/postinst.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ NdCFTW7wY0Fb1fWJ+/KTsC4=
7373
if [ "$WRITE_SOURCE" -eq "1" ]; then
7474
echo "### THIS FILE IS AUTOMATICALLY CONFIGURED ###
7575
# You may comment out this entry, but any other modifications may be lost.
76-
deb [arch=amd64] http://packages.microsoft.com/repos/@@REPOSITORY_NAME@@ stable main" > $CODE_SOURCE_PART
76+
deb [arch=amd64,arm64,armhf] http://packages.microsoft.com/repos/@@REPOSITORY_NAME@@ stable main" > $CODE_SOURCE_PART
7777
fi
7878
fi

0 commit comments

Comments
 (0)