Files
topgrade/src/steps/upgrade.kak

7 lines
70 B
Plaintext
Raw Normal View History

try %{
set global plug_block_ui true;
plug-update;
}
quit 0;