Install r2modman via url

This commit is contained in:
2024-08-23 20:55:52 -04:00
parent c022e96616
commit 942ee59bdf
3 changed files with 11 additions and 2 deletions

View File

@@ -3,8 +3,11 @@ modules:
files: files:
- source: steam-firewall - source: steam-firewall
destination: / destination: /
- type: r2modman - type: rpm-ostree
version: 3.1.49 install:
- https://github.com/ebkr/r2modmanPlus/releases/download/v3.1.49/r2modman-3.1.49.x86_64.rpm
# - type: r2modman
# version: 3.1.49
# - type: script # - type: script
# scripts: # scripts:
# - install-gamescope-plus.sh # - install-gamescope-plus.sh

View File

@@ -2,6 +2,11 @@ stages:
- name: helix - name: helix
from: rust from: rust
modules: modules:
- type: containerfile
snippets:
- ENV CLICOLOR_FORCE=1
- ENV FORCE_COLOR=1
- ENV RUST_LOG_STYLE=always
- type: script - type: script
no-cache: true no-cache: true
scripts: scripts:

View File

@@ -7,6 +7,7 @@ modules:
- type: rpm-ostree - type: rpm-ostree
optfix: optfix:
- brave-browser - brave-browser
- r2modman
repos: repos:
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo - https://pkgs.tailscale.com/stable/fedora/tailscale.repo
- https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo - https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo