user new cura (AppImage)
This commit is contained in:
parent
2bc4d064b3
commit
44d7e19960
4 changed files with 26 additions and 4 deletions
|
|
@ -1,5 +1,16 @@
|
|||
---
|
||||
- name: install cura (OOOOLD!)
|
||||
apt:
|
||||
deb: "https://software.ultimaker.com/current/Cura-2.3.1-Linux.deb"
|
||||
state: present
|
||||
- name: install cura
|
||||
get_url:
|
||||
url: "http://software.ultimaker.com/current/Cura-{{ fablab.cura.version }}.AppImage"
|
||||
dest: /opt/cura.AppImage
|
||||
mode: 775
|
||||
|
||||
- name: get cura icon
|
||||
copy:
|
||||
src: cura.png
|
||||
dest: /opt/cura.png
|
||||
|
||||
- name: install cura dekstop file
|
||||
copy:
|
||||
src: cura.desktop
|
||||
dest: /usr/share/applications/cura.desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue