Closed krupan closed 4 years ago
I just ran this on a Debian 9 droplet that I created today and I got an error when it got to this line:
local chroot_pacman="chroot /d2a/work/archroot pacman --arch ${target_architecture} --force"
I removed the --force and ran again and it seems to be proceeding fine now.
--force
You can try #82, that should fix this issue. (and this is a duplicate of #81)
Should be fixed in #82
I just ran this on a Debian 9 droplet that I created today and I got an error when it got to this line:
I removed the
--force
and ran again and it seems to be proceeding fine now.