Skip to content

Commit

Permalink
install Pharo Launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Dec 31, 2023
1 parent a6ebab4 commit 2020da4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,24 @@
chdir: /home/kasm-default-profile/install_files/qownnotes-{{ qownnotes_version }}
executable: /bin/bash

-
# Install Pharo
hosts: localhost
connection: local
tags: install_pharo

tasks:
- name: Unzip Pharo
unarchive:
src: /home/kasm-default-profile/install_files/PharoLauncher-linux-3.0.1-x64.zip
dest: /opt
creates: /opt/pharolauncher/README.txt
remote_src: yes
- name: Create symlink for pharo-launcher in /usr/local/bin
shell: ln -srv /opt/pharolauncher/pharo-launcher /usr/local/bin/pharo-launcher
- name: Configure PharoLauncher desktop shortcut
shell: echo "[Desktop Entry]\nName=Pharo\nGenericName=Pharo\nExec=/opt/pharolauncher/pharo-launcher\nIcon=/opt/pharolauncher/icons/pharo-launcher.png\nTerminal=false\nType=Application\nStartupNotify=false\nCategories=Application;Development;" > /usr/share/applications/pharo.desktop

-
# install sudo for the vs-code role below
hosts: localhost
Expand Down

0 comments on commit 2020da4

Please sign in to comment.