This commit is contained in:
Andrea Cavalli 2023-08-25 23:04:54 +02:00
parent cf2b478dcb
commit cb035fe6f7
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ export DEBIAN_FRONTEND=noninteractive
dpkg --add-architecture armhf
cat /etc/apt/sources.list
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 {} \;
[ -d "/etc/apt/sources.list.d" ] && find /etc/apt/sources.list.d -name "*.list" -type f -exec sed 's/deb http/deb \[arch=amd64,i386\] http/' -i {} \;
echo "# tdlight multiarch" > /etc/apt/sources.list.d/tdlight-multiarch.list