Adding yay

This commit is contained in:
Tibo De Peuter 2022-10-27 10:09:21 +02:00
parent d6ee61d4b3
commit c6f48a0bc9
25 changed files with 30 additions and 90 deletions

View file

@ -86,6 +86,7 @@ package_tdpeuter-desktop() {
)
post_install() {
bash ./install.sh
code --install-extension ms-vscode.cpptools
}
}