gh2o / digitalocean-debian-to-arch

Script to convert a Debian installation on DigitalOcean to Arch Linux
MIT License
830 stars 69 forks source link

unrecognized option '--force' #83

Closed krupan closed 4 years ago

krupan commented 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.

z3ntu commented 4 years ago

You can try #82, that should fix this issue. (and this is a duplicate of #81)

krupan commented 4 years ago

82 did fix the problem. Thanks!

gh2o commented 4 years ago

Should be fixed in #82