use proper repos for linux arm

This commit is contained in:
João Moreno
2020-12-07 16:15:57 +01:00
parent d047571109
commit 4250e343e0
2 changed files with 2 additions and 1 deletions

View File

@@ -73,6 +73,6 @@ NdCFTW7wY0Fb1fWJ+/KTsC4=
if [ "$WRITE_SOURCE" -eq "1" ]; then
echo "### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb [arch=amd64] http://packages.microsoft.com/repos/vscode stable main" > $CODE_SOURCE_PART
deb [arch=amd64] http://packages.microsoft.com/repos/@@REPOSITORY_NAME@@ stable main" > $CODE_SOURCE_PART
fi
fi