Closed DDoSolitary closed 4 years ago
Removing this will still allows the script to install the newer qemu-user-static
because the source list added is in /etc/apt/sources.list.d
, where apt-get
reads by default. Actually I have tested this and the script works fine.
I’ve removed support for installing qemu-user-static from a different repository added by the script, so this is not relevant anymore. Please commit message 2361b526ed2cfe20dbe6e262bbd3c6a7d6af88ed for details.
This is the error I got when running on AppVeyor
The problem doesn't exist on Travis because it has
binfmt-support
already installed, but it's not the case on AppVeyor. I think the-o xxx
in this line should be removed because it makes apt-get ignore the packages from the current release.