Skip to content

Commit

Permalink
setup-focal-proposed.sh: only for amd64
Browse files Browse the repository at this point in the history
it seems that some of other ports use a different url.
  • Loading branch information
yamt committed Jun 25, 2023
1 parent 73a6a8f commit e22706a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross/setup-focal-proposed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://manpages.ubuntu.com/manpages/focal/man5/apt_preferences.5.html

cat <<EOF > /etc/apt/sources.list.d/ubuntu-focal-proposed.list
deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe
deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe
EOF

cat <<EOF > /etc/apt/preferences.d/proposed-updates
Expand Down

0 comments on commit e22706a

Please sign in to comment.