Install syncthing via rpm-ostree; remove unused scrpts
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
modules:
|
||||
- from-file: common/docker-engine.yml
|
||||
- type: rpm-ostree
|
||||
@@ -34,5 +36,3 @@ modules:
|
||||
scripts:
|
||||
- install-mkcert.sh
|
||||
- install-codelldb.sh
|
||||
# snippets:
|
||||
# - curl -fsSL https://ollama.com/install.sh | sed 's|/usr/local/bin||' | sh
|
||||
|
||||
@@ -2,8 +2,6 @@
|
||||
# yaml-language-server: $schema=https://schema.blue-build.org/module-list-v1.json
|
||||
modules:
|
||||
- type: script
|
||||
scripts:
|
||||
- install-syncthing.sh
|
||||
snippets:
|
||||
- rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc
|
||||
- type: rpm-ostree
|
||||
@@ -25,4 +23,9 @@ modules:
|
||||
- xclip
|
||||
- bat
|
||||
- brave-browser
|
||||
- syncthing
|
||||
- type: systemd
|
||||
user:
|
||||
enabled:
|
||||
- syncthing
|
||||
- from-file: common/ms-fonts.yml
|
||||
|
||||
@@ -8,9 +8,16 @@ stages:
|
||||
- from-file: common/helix.yml
|
||||
modules:
|
||||
- from-file: common/updates.yml
|
||||
- type: script
|
||||
scripts:
|
||||
- install-syncthing.sh
|
||||
# - type: script
|
||||
# scripts:
|
||||
# - install-syncthing.sh
|
||||
- type: rpm-ostree
|
||||
install:
|
||||
- syncthing
|
||||
- type: systemd
|
||||
user:
|
||||
enabled:
|
||||
- syncthing
|
||||
- type: fonts
|
||||
fonts:
|
||||
nerd-fonts:
|
||||
|
||||
Reference in New Issue
Block a user