Add autoinstall command

This commit is contained in:
Tobias Reisinger 2024-01-09 16:48:11 +01:00
parent d6985ded7e
commit b5eaaead9b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
14 changed files with 344 additions and 4 deletions

View file

@ -18,6 +18,7 @@ _list () {
}
_autostart_run_graphical () {
set +e
pass x # Try to unlock yubikey asap
start-audio pipewire
@ -33,7 +34,7 @@ _autostart_run_graphical () {
fi
fi
autoinstall graphical
autoinstall run graphical
autostart-manage run
}