https://github.com/berberman/myrepo
My archlinux repo
https://github.com/berberman/myrepo
Last synced: 11 months ago
JSON representation
My archlinux repo
- Host: GitHub
- URL: https://github.com/berberman/myrepo
- Owner: berberman
- Created: 2020-10-16T04:52:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-17T07:16:51.000Z (over 5 years ago)
- Last Synced: 2025-06-16T15:12:00.971Z (12 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# myrepo
Add the key to pacman keyring:
```
# wget -qO - https://raw.githubusercontent.com/berberman/myrepo/master/berberman.asc \
| pacman-key --add -
```
You can check the fingerprint:
```
# pacman-key --finger C4F93F1ED397E8CF
```
Then sign it locally:
```
# pacman-key --lsign-key C4F93F1ED397E8CF
```
Append this repo in `/etc/pacman.conf`:
```
[berberman]
Server = https://repo.typed.icu/$arch
```