Add testing recipe
This commit is contained in:
11
recipes/test.yml
Normal file
11
recipes/test.yml
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user