user new cura (AppImage)
This commit is contained in:
parent
2bc4d064b3
commit
44d7e19960
4 changed files with 26 additions and 4 deletions
|
|
@ -55,6 +55,8 @@
|
||||||
version: 1.8.5
|
version: 1.8.5
|
||||||
visicut:
|
visicut:
|
||||||
url: "https://github.com/t-oster/VisiCut/releases/download/1.7_310/visicut_1.7-310-gcf8c087-1_all.deb"
|
url: "https://github.com/t-oster/VisiCut/releases/download/1.7_310/visicut_1.7-310-gcf8c087-1_all.deb"
|
||||||
|
cura:
|
||||||
|
version: 3.2.1
|
||||||
debian_sections:
|
debian_sections:
|
||||||
- main
|
- main
|
||||||
- contrib
|
- contrib
|
||||||
|
|
|
||||||
9
packer/ansible/roles/fablab/files/cura.desktop
Normal file
9
packer/ansible/roles/fablab/files/cura.desktop
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Cura
|
||||||
|
GenericName=Cura
|
||||||
|
Comment=3D slicer
|
||||||
|
Exec=/opt/cura.AppImage
|
||||||
|
Icon=/opt/cura.png
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Graphics
|
||||||
BIN
packer/ansible/roles/fablab/files/cura.png
Normal file
BIN
packer/ansible/roles/fablab/files/cura.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
|
|
@ -1,5 +1,16 @@
|
||||||
---
|
---
|
||||||
- name: install cura (OOOOLD!)
|
- name: install cura
|
||||||
apt:
|
get_url:
|
||||||
deb: "https://software.ultimaker.com/current/Cura-2.3.1-Linux.deb"
|
url: "http://software.ultimaker.com/current/Cura-{{ fablab.cura.version }}.AppImage"
|
||||||
state: present
|
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