Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: Update&Clean
Submitted by broskogabor1988 on July 30, 2024

New Paste 1 (Text)

#!/bin/bash

            #Napló


            #Frissítés
                        sudo apt update && apt upgrade -y
                        sudo flatpak update -y
                        cinnamon-spice-updater --update-all

            #Rendszer takarítás
                        sudo apt-get clean
                        sudo apt-get autoclean
                        sudo apt-get autoremove
                        sudo aptitude purge `dpkg --get-selections | grep deinstall | awk '{print $1}'`

read