AnarchyLinux / installer

Anarchy Linux - A simple and intuitive Arch Linux installer. https://anarchyinstaller.org/
GNU General Public License v2.0
1.22k stars 157 forks source link

Update archlinux-keyring before installation #854

Closed coxackie closed 5 years ago

coxackie commented 5 years ago

Description

From past experience, it was frequent that the installation would fail because of non-updated keys. I would suggest running automatically sudo pacman -Sy archlinux-keyring before installation starts, so that this can be avoided. I had to do it manually a number of times.

A word of caution on this: it would not be recommended to do a full upgrade sudo pacman -Syu, as sometimes the medium will not have enough space for a full upgrade. This has happened to me, and it is why I am suggesting only updating archlinux-keyring.

erazemk commented 5 years ago

Fixed in #861.

mgarbvs commented 5 years ago

I was not able to install due to GPGME errors. I believe that this will fix this.

erazemk commented 5 years ago

@mgarbvs We'll try generate a test iso later today, then you can try it and if it works, we'll publish a new release.

But in any case, since this has been merged to master, you can use "anarchy -u" (option 2 in the menu) to download the latest fixes. Try that and report back, please :)