• 1 Post
  • 28 Comments
Joined 2 years 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 
    
















  • It’s not the app, it’s the lack of volunteers mapping addresses in the US.
    Don’t pull your hair out, install StreetComplete and take a walk around your neighborhood.

    And if you find that fun, editing Openstreetmap in the browser isn’t all that hard, either.
    If you add addresses you are missing, you can increase the apps utility for yourself directly. Pretty fun seeing the stuff you entered appear in the map. And it doesn’t require any coding skills.

    Something you can’t do with missing info in Google Maps.