• 3 Posts
  • 115 Comments
Joined 7 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 
    

















  • KISSmyOS@feddit.deOPtolinuxmemes@lemmy.worldMerry Christmas!
    link
    fedilink
    arrow-up
    30
    arrow-down
    2
    ·
    edit-2
    5 months ago

    Yes, IMO. If you haven’t bought the hardware yet, there’s no reason to subject yourself to the headache of lacking Linux support, instead support companies that value open source.
    AMD and Intel GPU’s simply work out of the box with all features.

    And it’s not like on a laptop you need the highest of high end graphics acceleration anyway.