Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
archlinux: move out of experimental
  • Loading branch information
AkihiroSuda authored Oct 25, 2022
2 parents dd0b611 + 90be2d2 commit 3a3ff28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Setting up hello (2.10-2) ...
| `ubuntu` ||||
| `fedora` (Experimental) ||||
| `alpine` (Experimental) ||||
| `arch` (Experimental) || ||
| `arch` || ||

<details>
<summary> "Batteries included" for Debian, Fedora, and Arch Linux.</summary>
Expand Down
1 change: 0 additions & 1 deletion pkg/distro/arch/arch.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func New() distro.Distro {
DefaultProviders: []string{
"https://archive.archlinux.org/packages/{{.Name}}",
},
Experimental: true,
CacheIsNeededForGeneratingHash: true,
},
}
Expand Down

0 comments on commit 3a3ff28

Please sign in to comment.