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