Paranoid Developer

Results 5 comments of Paranoid Developer

the mirror list download link isn't working put only this line in \etc\pacman.d\mirrorlist (US server) Server = https://32.arlm.tyzoid.com/$arch/$repo

And I can't update Pacman so it doesn't work anyways And you don't have to download core.db etc Just delete /sync directory and run pacman -Syy

okay so here's what I've been doing: ```bash $ cat sleep.sh #!/bin/bash if [ "$1" == "true" ]; then sudo pmset -a disablesleep 0 echo "sleep set to true" elif...

@charlie0129 I might switch over to your program if the issue where Battery gets confused with previous values persists :P I just wanted to share the script for people looking...

In my case, the distro I was using didn't have `/usr/local/share/applications`, it was using `/usr/share/applications/`. So I just created a symlink and after a windows reboot, everything works as it...