dotfiles/scripts/installupdates.sh
2023-10-21 19:59:18 +02:00

9 lines
89 B
Bash
Executable File

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