mirror of
https://github.com/Retropex/bc-guide.git
synced 2025-05-12 11:10:45 +02:00
add apt repo
This commit is contained in:
parent
9ed9189963
commit
c5ae47def3
@ -6,6 +6,7 @@ Bitcoin Knots
|
|||||||
|
|
||||||
- [datacarrier](page/datacarrier.md)
|
- [datacarrier](page/datacarrier.md)
|
||||||
- [Migration Core -> Knots on umbrel](/page/migrationumbrel.md)
|
- [Migration Core -> Knots on umbrel](/page/migrationumbrel.md)
|
||||||
|
- [APT repo for Debian 12](/page/apt.md)
|
||||||
|
|
||||||
DATUM
|
DATUM
|
||||||
---
|
---
|
||||||
|
19
page/apt.md
Normal file
19
page/apt.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
This steps work on Debian 12.
|
||||||
|
|
||||||
|
1. Get Léo Haf's key and add it to the apt key list:
|
||||||
|
|
||||||
|
```
|
||||||
|
wget --quiet -O - https://apt.orangepill.ovh/gpg-pubkey.asc | sudo tee /etc/apt/keyrings/leohaf.asc
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Add the repository to your apt repository list and indicate the GPG key to use:
|
||||||
|
|
||||||
|
```
|
||||||
|
echo "deb [signed-by=/etc/apt/keyrings/leohaf.asc arch=$(dpkg --print-architecture)] https://apt.orangepill.ovh bookworm main" | sudo tee /etc/apt/sources.list.d/bitcoin-knots.list
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Update apt and install Bitcoin Knots:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt update && sudo apt install bitcoin-knots
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user