• 1 Post
  • 117 Comments
Joined 9 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 
    

















  • Things I need from the Play Store are:

    • Banking App
    • Banking TAN App
      I downloaded them using the Aurora store and although they complain about missing play services on every startup, they work without them.

    Things I don’t need, but use (installed in the same way and run without play services):

    • App from my country’s train service
    • App from my carsharing service
    • Netflix
    • Spotify
      I could run those in a browser, but I don’t see what the big difference would be. They run without play services.

    So luckily, in Germany, you can live without Google. Nothing actually requires it.