dan1el
dan1el
If i am understanding the issue correctly, it might be caused by the retain flag. Check if this is set to true
> @julien-nc > > I have the same problem and changed `DiscoveryService.php` as you suggested. Now I get this error instead: `UnexpectedValueException "keys" member must exist in the JWK Set`...
+1 for restart 🙏
I have the same issue. Looks like it is blocking the request to get the download URL if the user agent is `curl*`. https://github.com/Installomator/Installomator/blob/main/Installomator.sh#L2734-L2738 ``` ➜ ~ urlToParse='https://www.citrix.com/downloads/workspace-app/mac/workspace-app-for-mac-latest.html#ctx-dl-eula-external' curl -s...
Looks like we already got one: https://github.com/Installomator/Installomator/pull/1948
> For what is worth, there is a community supported `docker-compose` sysext too: https://github.com/flatcar/sysext-bakery/releases/tag/latest Is this the best way to get docker compose working on flatcar? If yes, what is...
Perfect thank u!