update
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
- name: install apt
|
- name: install apt
|
||||||
include_tasks: "./scripts/install_apt.yml"
|
include_tasks: "./scripts/install_apt.yml"
|
||||||
|
|
||||||
- name: install flatpak
|
|
||||||
include_tasks: "./scripts/install_flatpak.yml"
|
|
||||||
|
|
||||||
- name: install brew
|
- name: install brew
|
||||||
include_tasks: "./scripts/install_brew.yml"
|
include_tasks: "./scripts/install_brew.yml"
|
||||||
|
|
||||||
@@ -13,5 +10,8 @@
|
|||||||
- name: install go apps
|
- name: install go apps
|
||||||
include_tasks: "./scripts/install_goapps.yml"
|
include_tasks: "./scripts/install_goapps.yml"
|
||||||
|
|
||||||
|
- name: install flatpak
|
||||||
|
include_tasks: "./scripts/install_flatpak.yml"
|
||||||
|
|
||||||
- name: configure systemd
|
- name: configure systemd
|
||||||
include_tasks: "./scripts/configure_systemd.yml"
|
include_tasks: "./scripts/configure_systemd.yml"
|
||||||
|
|||||||
@@ -62,6 +62,9 @@ required_packages_pacman:
|
|||||||
- dmidecode
|
- dmidecode
|
||||||
- libguestfs
|
- libguestfs
|
||||||
- polkit-kde-agent
|
- polkit-kde-agent
|
||||||
|
- libusb
|
||||||
|
- qemu-hw-usb-host
|
||||||
|
- flatpak
|
||||||
|
|
||||||
flatpak_remote:
|
flatpak_remote:
|
||||||
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
- {name: 'flathub', url: "https://dl.flathub.org/repo/flathub.flatpakrepo"}
|
||||||
|
|||||||
Reference in New Issue
Block a user