Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prod #477

Merged
merged 2 commits into from
May 17, 2024
Merged

prod #477

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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