9 lines
89 B
Bash
Executable File
9 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "Starting install updates"
|
|
echo ""
|
|
|
|
yay
|
|
|
|
notify-send "Update complete"
|