Skip to content

Commit

Permalink
chore: Drop alpine linux repo for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Dec 27, 2023
1 parent c00e155 commit 7abc74d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ nix:
- default
repository:
owner: dustinblackman
name: nur
name: nur-packages
homepage: https://github.com/dustinblackman/oatmeal
description: Terminal UI to chat with large language models (LLM) using backends such as Ollama, and direct integrations with your favourite editor like Neovim!
path: pkgs/oatmeal.nix
Expand Down
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- [Fedora / CentOS](#fedora--centos)
- [Nix](#nix)
- [Arch Linux](#arch-linux)
- [Alpine Linux](#alpine-linux)
- [Windows](#windows)
- [Cargo](#cargo)
- [Docker](#docker)
Expand Down Expand Up @@ -85,14 +84,6 @@ nix-env -f '<nixpkgs>' -iA nur.repos.dustinblackman.oatmeal
yay -S oatmeal-bin
```

### Alpine Linux

```sh
curl -s -o /etc/apk/keys/apk.dustinblackman.com.pub https://apk.dustinblackman.com/key.pub
echo "https://apk.dustinblackman.com/edge/main" | tee -a /etc/apk/repositories
apk add --no-cache oatmeal
```

### Windows

**Chocolatey**
Expand Down
13 changes: 0 additions & 13 deletions tools/apk.sh

This file was deleted.

1 change: 0 additions & 1 deletion tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ cargo gha gh pr list -R microsoft/winget-pkgs -A dustinblackman --state open --j
# Release to package managers not supported by GoReleaser.
cargo publish
tools/apt.sh "$OM_VERSION" "$(realpath dist)"
tools/apk.sh "$OM_VERSION" "$(realpath dist)"
tools/yum.sh "$OM_VERSION" "$(realpath dist)"
tools/choco.sh "$OM_VERSION" "$(realpath dist)"

Expand Down

0 comments on commit 7abc74d

Please sign in to comment.