Hello!
Due to some circumstances, (Manjaro dropping me in emergency shell... what now?) I'm currently in chroot and I think I'm stuck in a loop right now.
Long story short, I want to run the command mhwd-kernel -i linux419, but my system requires me to update for that. BUT, doing sudo pacman -Syu gives me an error on dependecies with pamac-common-dev. So I tried to run sudo pacman -Rc pamac-common-dev, which gives me an error on some hooks.
I looked into it, found this post: Package install in chroot
From my uderstanding, (I don't really get it but whatever) I need to run sudo pacman -S pacman, but that's just impossible since I'm getting that dependecy issue WITH pacman in the first place... What am I suppose to do now?...