Target Debian unstable
This commit is contained in:
parent
b5d6a169bb
commit
64de7ba238
3 changed files with 10 additions and 34 deletions
|
@ -1,16 +1,3 @@
|
|||
- name: Set apt default-release to "testing"
|
||||
become: yes
|
||||
copy:
|
||||
src: "{{ role_path }}/files/20-tum.conf"
|
||||
dest: "/etc/apt/apt.conf.d/20-tum.conf"
|
||||
|
||||
- name: Add unstable repository
|
||||
become: yes
|
||||
ansible.builtin.apt_repository:
|
||||
repo: "deb http://deb.debian.org/debian unstable main contrib non-free-firmware"
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: Install build dependencies
|
||||
become: yes
|
||||
apt:
|
||||
|
@ -56,7 +43,7 @@
|
|||
- libxcb-composite0-dev
|
||||
- libxcb-res0-dev
|
||||
- xwayland
|
||||
- libzip4t64
|
||||
- libzip5
|
||||
- libre2-dev
|
||||
# xdg-desktop-portal-hyprland
|
||||
- qt6-wayland
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue