Create truenas image
This commit is contained in:
5
recipes/common/dev-apps.yml
Normal file
5
recipes/common/dev-apps.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
install:
|
||||
- virt-manager
|
||||
- alacritty
|
||||
@@ -12,7 +12,6 @@ modules:
|
||||
- https://cli.github.com/packages/rpm/gh-cli.repo
|
||||
install:
|
||||
- cmake
|
||||
- virt-manager
|
||||
- "gcc-c++"
|
||||
- earthly
|
||||
- kubectl
|
||||
@@ -22,7 +21,6 @@ modules:
|
||||
- gcc-aarch64-linux-gnu
|
||||
- gcc-c++-aarch64-linux-gnu
|
||||
- musl-gcc
|
||||
- alacritty
|
||||
- openssl-devel
|
||||
- bat
|
||||
- gh
|
||||
@@ -39,5 +37,5 @@ modules:
|
||||
scripts:
|
||||
- install-mkcert.sh
|
||||
- install-codelldb.sh
|
||||
snippets:
|
||||
- curl -fsSL https://ollama.com/install.sh | sed 's|/usr/local/bin||' | sh
|
||||
# snippets:
|
||||
# - curl -fsSL https://ollama.com/install.sh | sed 's|/usr/local/bin||' | sh
|
||||
|
||||
@@ -3,7 +3,6 @@ stages:
|
||||
from: rust
|
||||
modules:
|
||||
- type: script
|
||||
no-cache: true
|
||||
scripts:
|
||||
- install-helix.sh
|
||||
modules:
|
||||
|
||||
@@ -4,6 +4,7 @@ modules:
|
||||
- from-file: common/jp-packages.yml
|
||||
- from-file: common/gaming.yml
|
||||
- from-file: common/dev-packages.yml
|
||||
- from-file: common/dev-apps.yml
|
||||
- from-file: common/updates.yml
|
||||
- type: files
|
||||
files:
|
||||
|
||||
Reference in New Issue
Block a user