Adding yay

This commit is contained in:
Tibo De Peuter 2022-10-27 10:09:21 +02:00
parent ff641e3553
commit d8b513e06a
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
}
}