6 lines
169 B
Text
6 lines
169 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
notify-send "Azure" "Running topgrade" -u NORMAL
|
||
|
topgrade --config /usr/share/azure/topgrade.toml
|
||
|
notify-send "Azure" "topgrade finished" -u NORMAL
|