Remove linroom and winroom

This commit is contained in:
polz 2025-08-13 10:41:56 +02:00
parent 0b827d76eb
commit 51707bc31b
317 changed files with 0 additions and 3140 deletions

View file

@ -1,4 +0,0 @@
# Mark everything in bin/ directories executable. Some extensions do
# this on activation, but non-root users don’t have permission for it.
- name: fix VS code extensions
command: find /usr/share/code/resources/app -name bin -exec chmod -R +x '{}' ';'