#!/bin/sh /usr/bin/notify-send "Updating packages..." apt -y update && apt -y upgrade /usr/bin/notify-send "Packages updated."