diff --git a/recipes/test.yml b/recipes/test.yml new file mode 100644 index 0000000..57ffc28 --- /dev/null +++ b/recipes/test.yml @@ -0,0 +1,11 @@ +--- +# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json +name: test +base-image: ghcr.io/ublue-os/kinoite-main +image-version: 41 +description: The image of Wunker OS for JP's desktop gaming. +modules: + - type: script + snippets: + - curl -L https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/setup/autodesk_fusion_installer_x86-64.sh -o "autodesk_fusion_installer_x86-64.sh" && chmod +x autodesk_fusion_installer_x86-64.sh && ./autodesk_fusion_installer_x86-64.sh --install --default --full +