This commit is contained in:
Andrea Cavalli 2023-08-26 09:58:29 +02:00
parent cb035fe6f7
commit 8092a4662c
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export DEBIAN_FRONTEND=noninteractive
dpkg --add-architecture armhf
cat /etc/apt/sources.list
cat /etc/apt/apt-mirrors.txt
sed 's/deb http/deb \[arch=amd64,i386\] http/' -i /etc/apt/sources.list
[ -d "/etc/apt/apt-mirrors.txt" ] && sed 's/deb http/deb \[arch=amd64,i386\] http/' -i /etc/apt/apt-mirrors.txt
[ -d "/etc/apt/sources.list.d" ] && find /etc/apt/sources.list.d -name "*.list" -type f -exec cat {} \;