Skip to content

Commit

Permalink
feat: add OSTree to try out
Browse files Browse the repository at this point in the history
because why not, immutable router without Nix abstractions!
  • Loading branch information
JJGadgets committed Apr 23, 2024
1 parent e2d7bf1 commit c0c3ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions _redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/ https://github.com/JJGadgets/Biohazard 301
2 changes: 1 addition & 1 deletion ostree/repos.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
curl -v -o ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo" | wget -O ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo"
curl -v -o ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo" || wget -O ./ostree/tailscale.repo "https://pkgs.tailscale.com/stable/fedora/tailscale.repo"

0 comments on commit c0c3ed3

Please sign in to comment.