Fix ordering of keyboard shortcuts so that you can use AI on linux (#12714)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-06-05 21:58:37 -06:00 committed by GitHub
parent 611bf2d905
commit 89641acf2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 12 deletions

View file

@ -23,6 +23,7 @@ if [[ -n $apt ]]; then
libzstd-dev
libvulkan1
libgit2-dev
make
)
$maysudo "$apt" install -y "${deps[@]}"
exit 0