Install screencfg from AUR

This commit is contained in:
2024-05-07 18:47:47 +02:00
parent 408ebb68d0
commit 885def6c5b
3 changed files with 6 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -19,3 +19,6 @@
[submodule "pkgbuilds/grm-git"] [submodule "pkgbuilds/grm-git"]
path = pkgbuilds/grm-git path = pkgbuilds/grm-git
url = https://aur.archlinux.org/grm-git.git url = https://aur.archlinux.org/grm-git.git
[submodule "pkgbuilds/screencfg-git"]
path = pkgbuilds/screencfg-git
url = https://aur.archlinux.org/screencfg-git.git

View File

@@ -211,19 +211,17 @@
source ./env source ./env
curl -sSf --proto '=https' https://keys.openpgp.org/vks/v1/by-fingerprint/E46E6F8FF02E4C83569084589239277F560C95AC | gpg --import - curl -sSf --proto '=https' https://keys.openpgp.org/vks/v1/by-fingerprint/E46E6F8FF02E4C83569084589239277F560C95AC | gpg --import -
- name: nodejs-intelephense
- name: spotify - name: spotify
preexec: | preexec: |
#!/usr/bin/env bash #!/usr/bin/env bash
source ./env source ./env
curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import - curl -sSf --proto '=https' https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | gpg --import -
- name: nodejs-intelephense
- name: vim-plug - name: vim-plug
- name: terraform-ls-bin - name: terraform-ls-bin
- name: grm-git - name: grm-git
- name: screencfg-git
- set_fact: - set_fact:
aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}" aur_packages: "{{ aur_packages|map(attribute='dependencies', default=[]) | flatten + aur_packages }}"