InstallNightlyRepo: add instruction how to enable nightly repo
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
commit
e018fa0e33
1 changed files with 16 additions and 0 deletions
16
install-nightly-repo.md
Normal file
16
install-nightly-repo.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
I made custom repo for people who want to test things and don't want to build manually:
|
||||
1) Download my sign key
|
||||
```
|
||||
cd /etc/apk/keys
|
||||
sudo curl -JO https://git.nekocwd.duckdns.org/api/packages/NekoCWD/alpine/key
|
||||
```
|
||||
2) Add my repo
|
||||
```
|
||||
echo @nightly https://git.nekocwd.duckdns.org/api/packages/NekoCWD/alpine/edge/nightly/ | sudo tee -a /etc/apk/repositories
|
||||
```
|
||||
3) Update package index
|
||||
```
|
||||
sudo apk update
|
||||
```
|
||||
|
||||
To install package from this repo use `package_name@nightly`
|
Loading…
Add table
Add a link
Reference in a new issue