From 778fa33d911cf1017e2ef039e52bec8e1336bba4 Mon Sep 17 00:00:00 2001 From: Sean Marquez Date: Tue, 9 Jan 2024 02:03:35 -0700 Subject: [PATCH] install Roassal with PharoLauncherCLI --- playbook.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbook.yaml b/playbook.yaml index 63fc426..5e6f5bd 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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