Skip to content

Commit

Permalink
Merge pull request #476 from peercoin/rm-apt-section
Browse files Browse the repository at this point in the history
Remove linux apt instructions for installation
  • Loading branch information
willyfromtheblock authored May 17, 2024
2 parents 4998f4f + b1243f5 commit 3a597e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 54 deletions.
52 changes: 9 additions & 43 deletions public/data/installations.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
{
"title": "walletPage.sectionWindows.title2",
"steps": [
"steps": [
{
"type": "list",
"items": [
Expand All @@ -26,7 +26,7 @@
"walletPage.sectionWindows.text6",
"walletPage.sectionWindows.text7"
]
},
},
{
"type": "text",
"text": "walletPage.sectionWindows.text8"
Expand Down Expand Up @@ -54,19 +54,19 @@
},
{
"title": "walletPage.sectionMac.title2",
"steps": [
"steps": [
{
"type": "list",
"items": [
"walletPage.sectionMac.text5",
"walletPage.sectionMac.text6",
"walletPage.sectionMac.text7"
]
},
},
{
"type": "text",
"text": "walletPage.sectionMac.text8"
},
},
{
"type": "text",
"text": "walletPage.sectionMac.text9"
Expand Down Expand Up @@ -95,48 +95,14 @@
"steps": [
{
"type": "list",
"items": [
"walletPage.sectionLinux.textFlathub"
]
},
"items": ["walletPage.sectionLinux.textFlathub"]
},
{
"type": "text",
"text": "walletPage.sectionLinux.descriptionFlathub"
}
]
},
{
"title": "walletPage.sectionLinux.title2",
"steps": [
{
"type": "text",
"text": "walletPage.sectionLinux.text3"
},
{
"type": "text",
"text": "walletPage.sectionLinux.text4"
},
{
"type": "text",
"text": "walletPage.sectionLinux.text5"
},
{
"type": "list",
"items": [
"walletPage.sectionLinux.text6",
"walletPage.sectionLinux.text7",
"walletPage.sectionLinux.text8",
"walletPage.sectionLinux.text9",
"walletPage.sectionLinux.text10",
"walletPage.sectionLinux.text11"
]
},
{
"type": "text",
"text": "walletPage.sectionLinux.text12"
}
]
},
{
"title": "walletPage.sectionLinux.title3",
"steps": [
Expand All @@ -146,11 +112,11 @@
"walletPage.sectionLinux.text13",
"walletPage.sectionLinux.text14"
]
},
},
{
"type": "text",
"text": "walletPage.sectionLinux.text15"
},
},
{
"type": "text",
"text": "walletPage.sectionLinux.text16"
Expand Down
11 changes: 0 additions & 11 deletions public/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,17 +332,6 @@
"text2": "Run <code className=\"green\">bin/peercoin-qt</code>",
"textFlathub": "Run <code className=\"green\">flatpak install --user net.peercoin.peercoin-qt</code>",
"descriptionFlathub": "Addtional information can be found on the <a href=\"https://flathub.org/apps/details/net.peercoin.peercoin-qt/\" target=\"_blank\" rel=\"noopener noreferrer\">Flathub Website</a>.",
"title2": "APT Repository",
"text3": "Peercoin APT repository for Debian Buster (10).",
"text4": "Supported architectures: amd64, arm64 and armhf.",
"text5": "Available packages: peercoind peercoin-qt peercoin-tx",
"text6": "<code>sudo apt-get update</code>",
"text7": "<code>sudo apt-get install apt-transport-https</code>",
"text8": "<code>sudo sh -c \"echo 'deb https://peercoin.github.io/deb-repo/ buster main' >> /etc/apt/sources.list.d/peercoin.list\"</code>",
"text9": "<code>wget -O - https://peercoin.github.io/deb-repo/peercoin.apt.key | sudo apt-key add -</code>",
"text10": "<code>sudo apt-get update</code>",
"text11": "<code>sudo apt-get install peercoin-qt</code>",
"text12": "Available packages: peercoind peercoin-qt peercoin-tx",
"title3": "Daemon",
"text13": "Create <code className=\"green\">peercoin.conf</code> in <code className=\"green\">~/.peercoin</code>",
"text14": "Run <code className=\"green\">bin/peercoind</code>",
Expand Down

0 comments on commit 3a597e0

Please sign in to comment.