Bugfix
This commit is contained in:
parent
cf2b478dcb
commit
cb035fe6f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user