dotfiles/scripts/systemupdates.sh
2023-10-25 13:36:00 +02:00

9 lines
89 B
Bash
Executable File

#!/bin/bash
echo "Starting install updates"
echo ""
yay
notify-send "Update complete"