WIP: Guacd, Docker-Compose, RDP #475

Draft
starhound wants to merge 33 commits from starhound/starhound/guacd-docker-compose into dev-1.10.1
Showing only changes of commit 2754585988 - Show all commits
+2 -2
View File
@@ -267,10 +267,10 @@ jobs:
path: release/termix_linux_armv7l_portable.tar.gz path: release/termix_linux_armv7l_portable.tar.gz
retention-days: 30 retention-days: 30
- name: Install Flatpak builder - name: Install Flatpak builder and dependencies
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y flatpak flatpak-builder sudo apt-get install -y flatpak flatpak-builder imagemagick
- name: Add Flathub repository - name: Add Flathub repository
run: | run: |