Skip to content

Commit

Permalink
install Roassal with PharoLauncherCLI
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Jan 9, 2024
1 parent f8b32d3 commit 778fa33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,11 @@
shell: ln -sv /home/kasm-default-profile/pharo-launcher/pharo-launcher /usr/local/bin/pharo-launcher
- name: Configure PharoLauncher desktop shortcut
shell: echo "[Desktop Entry]\nName=Pharo\nGenericName=Pharo\nExec=pharo-launcher\nIcon=/home/kasm-default-profile/pharo-launcher/icons/pharo-launcher.png\nTerminal=false\nType=Application\nStartupNotify=false\nCategories=Application;Development;" > /usr/share/applications/pharo.desktop
- name: Install Roassal with PharoLaucher-CLI
shell:
cmd: ./pharo PharoLauncher.image clap launcher image create fromRepo --newImageName RoassalPlayground pharo-graphics/Roassal
chdir: /home/kasm-default-profile/pharo-launcher
executable: /bin/bash

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

0 comments on commit 778fa33

Please sign in to comment.