• 3 Posts
  • 148 Comments
Joined 11 months ago
cake
Cake day: January 12th, 2024

help-circle


  • It’s not very sophisticated and has no error handling, but I only run it locally…

    #!/bin/bash
    echo -e "\n...READING NEWS...\n"
    yay -Pw
    echo -e "\n...UPDATING MIRRORS...\n"
    sudo cp /etc/pacman.d/mirrorlist /etc/pacman.d/mirrorlist.backup
    sudo reflector --country Germany --latest 5 --sort rate --save /etc/pacman.d/mirrorlist
    echo -e "\n...UPDATING REPO PACKAGES...\n"
    sudo pacman -Syu
    echo -e "\n...UPDATING AUR...\n"
    yay -Syu
    echo -e "\n...ORPHANED PACKAGES...\n"
    pacman -Qtd
    echo -e "\n...PACKAGES NOT IN ARCH REPO...\n"
    pacman -Qm
    echo -e "\n...NEW CONFIG FILES...\n"
    sudo find /etc -name *.pac*
    echo "DONE 😊"
    
    #Dependencies: yay, reflector, rsync, noto-fonts-emoji 
    













  • The Christian explanation for this is that god doesn’t do evil, people do.
    And god created people with free will to do evil. If he made people stop doing evil deeds, they would be his puppets, not free-willed humans. So he has the power to end all evil but chooses not to.

    Now as for why god allows natural disasters, diseases and other tragedies to befall his creation – again, that’s just the consequence of our actions, cause a woman gave an apple to her man in the past.