• 1 Post
  • 68 Comments
Joined 6 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 
    
















  • Every car you could buy in the past 20 (probably 30) years had a computer system, because you can’t meet emissions regulations without fuel injection.
    In Europe, the Dacia Sandero base model is a car that literally only comes with what’s needed to drive or mandated by law.
    The previous generation was still available with wind-up windows, no power steering and no radio.

    I don’t know about any offerings in the US market.