mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Stop adding i386 architecture to dpkg
This commit is contained in:
parent
df46eb86c3
commit
cc641b5470
1 changed files with 0 additions and 2 deletions
|
@ -43,8 +43,6 @@ deb ${debian_mirror} bullseye-updates main
|
||||||
EOF
|
EOF
|
||||||
echo "deb ${debian_mirror} bullseye-backports main" > /etc/apt/sources.list.d/backports.list
|
echo "deb ${debian_mirror} bullseye-backports main" > /etc/apt/sources.list.d/backports.list
|
||||||
|
|
||||||
dpkg --add-architecture i386
|
|
||||||
|
|
||||||
apt-get update || apt-get update
|
apt-get update || apt-get update
|
||||||
apt-get upgrade --download-only
|
apt-get upgrade --download-only
|
||||||
apt-get upgrade
|
apt-get upgrade
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue