diff --git a/public/data/installations.json b/public/data/installations.json
index 21b0860d..9843941d 100644
--- a/public/data/installations.json
+++ b/public/data/installations.json
@@ -17,7 +17,7 @@
},
{
"title": "walletPage.sectionWindows.title2",
- "steps": [
+ "steps": [
{
"type": "list",
"items": [
@@ -26,7 +26,7 @@
"walletPage.sectionWindows.text6",
"walletPage.sectionWindows.text7"
]
- },
+ },
{
"type": "text",
"text": "walletPage.sectionWindows.text8"
@@ -54,7 +54,7 @@
},
{
"title": "walletPage.sectionMac.title2",
- "steps": [
+ "steps": [
{
"type": "list",
"items": [
@@ -62,11 +62,11 @@
"walletPage.sectionMac.text6",
"walletPage.sectionMac.text7"
]
- },
+ },
{
"type": "text",
"text": "walletPage.sectionMac.text8"
- },
+ },
{
"type": "text",
"text": "walletPage.sectionMac.text9"
@@ -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": [
@@ -146,11 +112,11 @@
"walletPage.sectionLinux.text13",
"walletPage.sectionLinux.text14"
]
- },
+ },
{
"type": "text",
"text": "walletPage.sectionLinux.text15"
- },
+ },
{
"type": "text",
"text": "walletPage.sectionLinux.text16"
diff --git a/public/locales/en-US/translation.json b/public/locales/en-US/translation.json
index ce9e2586..6bfeb34a 100644
--- a/public/locales/en-US/translation.json
+++ b/public/locales/en-US/translation.json
@@ -332,17 +332,6 @@
"text2": "Run bin/peercoin-qt
",
"textFlathub": "Run flatpak install --user net.peercoin.peercoin-qt
",
"descriptionFlathub": "Addtional information can be found on the Flathub Website.",
- "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": "sudo apt-get update
",
- "text7": "sudo apt-get install apt-transport-https
",
- "text8": "sudo sh -c \"echo 'deb https://peercoin.github.io/deb-repo/ buster main' >> /etc/apt/sources.list.d/peercoin.list\"
",
- "text9": "wget -O - https://peercoin.github.io/deb-repo/peercoin.apt.key | sudo apt-key add -
",
- "text10": "sudo apt-get update
",
- "text11": "sudo apt-get install peercoin-qt
",
- "text12": "Available packages: peercoind peercoin-qt peercoin-tx",
"title3": "Daemon",
"text13": "Create peercoin.conf
in ~/.peercoin
",
"text14": "Run bin/peercoind
",