#!/bin/bash

# Upgrade und Aufräumen mit nala und flatpak
nala update || { echo "ERROR: nala update failed."; exit 1; }
