https://github.com/ceramicnetwork/debian-repo
https://github.com/ceramicnetwork/debian-repo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ceramicnetwork/debian-repo
- Owner: ceramicnetwork
- Created: 2024-07-15T14:43:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T21:01:19.000Z (almost 2 years ago)
- Last Synced: 2025-12-30T01:27:55.859Z (6 months ago)
- Size: 31.4 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ceramicnetwork package repo
## Install
Add the package repository key to your system
```
curl -fsSL https://ceramicnetwork.github.io/debian-repo/public_key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/ceramic-network-archive-keyring.gpg
```
Add the package repository to your system
```
echo "deb [signed-by=/usr/share/keyrings/ceramic-network-archive-keyring.gpg] https://ceramicnetwork.github.io/debian-repo stable main " | sudo tee /etc/apt/sources.list.d/ceramicnetwork.list
```
Update the package cache
```
sudo apt update
```
Install the package
```
sudo apt install -y ceramic-one
```