Add more packages to install
This commit is contained in:
parent
c3aec9f626
commit
7d4487dd9f
@ -64,11 +64,14 @@
|
|||||||
- firefox
|
- firefox
|
||||||
- flameshot
|
- flameshot
|
||||||
- gnome-backgrounds
|
- gnome-backgrounds
|
||||||
|
- gnome-text-editor
|
||||||
- gnome-themes-extra
|
- gnome-themes-extra
|
||||||
- gsimplecal
|
- gsimplecal
|
||||||
- network-manager-applet
|
- network-manager-applet
|
||||||
- nm-connection-editor
|
- nm-connection-editor
|
||||||
|
- nautilus
|
||||||
- numlockx
|
- numlockx
|
||||||
|
- openscad
|
||||||
- pavucontrol
|
- pavucontrol
|
||||||
- pasystray
|
- pasystray
|
||||||
- picom
|
- picom
|
||||||
@ -83,7 +86,10 @@
|
|||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name:
|
name:
|
||||||
- ttf-dejavu
|
- ttf-dejavu
|
||||||
|
- ttf-fira-code
|
||||||
- ttf-font-awesome
|
- ttf-font-awesome
|
||||||
|
- ttf-liberation
|
||||||
|
- ttf-symbola
|
||||||
- ttf-ubuntu-font-family
|
- ttf-ubuntu-font-family
|
||||||
|
|
||||||
- name: "Enable network manager"
|
- name: "Enable network manager"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
- name: Install prusa-slicer [Ubuntu]
|
||||||
|
when: ansible_distribution == "Ubuntu"
|
||||||
|
block:
|
||||||
- name: "Get PrusaSlicer version"
|
- name: "Get PrusaSlicer version"
|
||||||
uri:
|
uri:
|
||||||
url: https://api.github.com/repos/prusa3d/PrusaSlicer/releases/latest
|
url: https://api.github.com/repos/prusa3d/PrusaSlicer/releases/latest
|
||||||
@ -32,3 +35,9 @@
|
|||||||
src: "/usr/local/bin/prusa-slicer.real"
|
src: "/usr/local/bin/prusa-slicer.real"
|
||||||
dest: "/usr/local/bin/prusa-slicer"
|
dest: "/usr/local/bin/prusa-slicer"
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
|
- name: Install prusa-slicer [Arch]
|
||||||
|
when: ansible_distribution == "Archlinux"
|
||||||
|
shell:
|
||||||
|
cmd:
|
||||||
|
yay -S --needed --noconfirm prusa-slicer
|
||||||
|
Loading…
Reference in New Issue
Block a user