Use debian package to install cura
This commit is contained in:
parent
600d1e537b
commit
1c3b583d80
3 changed files with 3 additions and 23 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=Cura
|
|
||||||
GenericName=Cura
|
|
||||||
Comment=3D slicer
|
|
||||||
Exec=/opt/cura.AppImage
|
|
||||||
Icon=/opt/cura.png
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Categories=Graphics
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB |
|
|
@ -1,16 +1,5 @@
|
||||||
---
|
---
|
||||||
- name: install cura
|
- name: install cura
|
||||||
get_url:
|
apt:
|
||||||
url: "https://download.ultimaker.com/current/Cura-{{ fablab.cura.version }}.AppImage"
|
name: cura
|
||||||
dest: /opt/cura.AppImage
|
state: present
|
||||||
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