Create cosmic module to install cosmic components
This commit is contained in:
@@ -4,9 +4,10 @@ stages:
|
||||
- name: cosmic-comp
|
||||
from: rust
|
||||
modules:
|
||||
- type: script
|
||||
scripts:
|
||||
- install-cosmic-comp.sh
|
||||
- type: cosmic
|
||||
source: local
|
||||
component: cosmic-comp
|
||||
ref: db13eea91c15ca57d76454432d1fb9c09c51ba8c
|
||||
modules:
|
||||
- type: copy
|
||||
from: cosmic-comp
|
||||
|
||||
@@ -7,10 +7,10 @@ image-version: stable
|
||||
description: The image of Wunker OS for JP's desktop gaming.
|
||||
stages:
|
||||
- from-file: common/helix.yml
|
||||
# - from-file: common/cosmic-comp.yml
|
||||
- from-file: common/cosmic-comp.yml
|
||||
modules:
|
||||
- from-file: common/jp-desktop.yml
|
||||
- from-file: common/cosmic.yml
|
||||
- from-file: common/helix.yml
|
||||
# - from-file: common/cosmic-comp.yml
|
||||
- from-file: common/cosmic-comp.yml
|
||||
- from-file: common/post-build.yml
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
|
||||
name: test
|
||||
base-image: ghcr.io/ublue-os/kinoite-main
|
||||
base-image: ghcr.io/ublue-os/aurora-dx
|
||||
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
|
||||
modules: []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user