Bugfix
This commit is contained in:
parent
cb035fe6f7
commit
8092a4662c
@ -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 {} \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user