Skip to content

Instantly share code, notes, and snippets.

@hachre
hachre / gist:155492e6b87a3c5db6276822f8a44b70
Last active April 10, 2020 06:05
Reinstall all existing packages on Manjaro
touch /.forcefsck
reboot
pacman-key --init
pacman-key --populate
pacman-key --refresh
pacman -Syy
pacman -S --noconfirm --force $(pacman -Qq)
mhwd-kernel -i linux411
mhwd -a pci nonfree 0300