Skip to content

Commit

Permalink
#1859 i18n: add more webpage translation
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Sep 24, 2024
1 parent e3eff8d commit d3d02c2
Show file tree
Hide file tree
Showing 40 changed files with 62 additions and 216 deletions.
2 changes: 0 additions & 2 deletions webpage/src/ar/contributing/get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
- أبلغ عن مشاكل أو شارك أفكار خصائص جديدة على صفحة [**مسائل GitHub** الخاصة بـQOwnNotes](https://github.com/pbek/QOwnNotes/issues)
- إذا أنشأت مخطط ألوان جميل، نود أن تشاركه في [صفحة **مسائل GitHub**](https://github.com/pbek/QOwnNotes/issues)
- شارك بُريمِجاتك على [صفحة **بُريمِجات QOwnNotes** على GitHub](https://github.com/qownnotes/scripts)
- شارك **تجربتك مع QOwnNotes** على قناتك على **يوتيوب** - أو أي قناة أخرى -، ولكن أيضا نحب أن [**ترسل الصوت أو الفيديو أو النص إلى Amy**](mailto:amydoralang@aol.de) لرفعه على قناة [**QOwnNotes in a Nutshell**](https://www.youtube.com/channel/UC6Xpk_B1MFfvhBCsH_MrOEw/videos)
- إن رغبت، يمكنك الإجابة على بعض [**الأسئلة**](https://freeonlinesurveys.com/s/nA8t17k8) بشكل سري، حتى يمكننا مساعدتك في الحصول على نتائج أفضل مع QOwnNotes

::: tip
مهم اقرأ [ميثاق السلوك](./code-of-conduct.md) قبل المشاركة!
Expand Down
2 changes: 1 addition & 1 deletion webpage/src/ar/installation/freebsd.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# التثبيت على FreeBSD

يتعهد المجتمع حزمة لـ&nbsp;**FreeBSD** من *Matthew Stobbs* على [QOwnNotes FreeBSD port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes).
There is a (very old and deprecated) community-created package for **FreeBSD** by *Matthew Stobbs* at [QOwnNotes FreeBSD port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes/).

شكرا جزيلا لـ&nbsp;Matthew!
13 changes: 0 additions & 13 deletions webpage/src/ar/installation/opensuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,6 @@ zypper install qownnotes

[تنزيل مباشر](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/openSUSE_Tumbleweed)


## SLE 12 SP3 Backports

نفّذ الأوامر التالية في الطرفية بصلاحيات الجذر لإضافة المستودع وتثبيت QOwnNotes منه.

```bash
zypper addrepo -f http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
```

[تنزيل مباشر](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports)

## SLE 15

نفّذ الأوامر التالية في الطرفية بصلاحيات الجذر لإضافة المستودع وتثبيت QOwnNotes منه.
Expand Down
10 changes: 5 additions & 5 deletions webpage/src/ar/installation/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ chmod a+x QOwnNotes-*.AppImage

## مستودع OBS

ربما تستطيع أيضا استخدام QOwnNotes على نسخ أوبنتو التي لم تعد تستقبل تحديثات في المستودع الشخصي، باستخدام مستودعات [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).
You may also be able to use the QOwnNotes on Ubuntu versions that aren't anymore updated on Ubuntu Launchpad then you can use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).

إليك أمثلة على استخدام مستودع xUbuntu 16.10.
Below are example calls for the xUbuntu 20.04 repository.

نفّذ الأمر التالي في الطرفية لاستيثاق المستودع.

```bash
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/Release.key -O - | sudo apt-key add -
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/Release.key -O - | sudo apt-key add -
```

نفّذ الأوامر التالية في الطرفية لإضافة المستودع وتثبيت QOwnNotes منه.

```bash
sudo su -
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/ /' >> /etc/apt/sources.list.d/qownnotes.list"
apt-get update
apt-get install qownnotes
```

[تنزيل مباشر](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10)
[تنزيل مباشر](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04)
2 changes: 0 additions & 2 deletions webpage/src/de/contributing/get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Es gibt verschiedene Möglichkeiten, sich an QOwnNotes zu beteiligen:
- Melde Probleme oder teile Ideen für neue Funktionen auf der [QOwnNotes **GitHub-Probleme**-Seite](https://github.com/pbek/QOwnNotes/issues)
- Wenn du ein schönes Editor-Schema erstellt hast, veröffentliche es bitte auch auf der Seite [**GitHub-Probleme**](https://github.com/pbek/QOwnNotes/issues)
- Teile deine Skripte auf der [**QOwnNotes-Skripte** GitHub-Seite](https://github.com/qownnotes/scripts)
- Teile **deine Erfahrungen mit QOwnNotes** auf deinem Kanal auf **YouTube** (oder woanders), aber [**sende deine Audio/Video/Text-Dateien auch gerne an Amy**](mailto:amydoralang@aol.de) zum Hochladen auf [**QOwnNotes in a Nutshell**](https://www.youtube.com/channel/UC6Xpk_B1MFfvhBCsH_MrOEw/videos)
- Vielleicht möchtest du ein paar anonyme [**Fragen**](https://freeonlinesurveys.com/s/nA8t17k8) beantworten, damit du mit QOwnNotes bessere Ergebnisse erzielen kannst

::: tip
Wichtig: Lies dir den [Verhaltenskodex](./code-of-conduct.md) durch, bevor du dich beteiligst!
Expand Down
2 changes: 1 addition & 1 deletion webpage/src/de/installation/freebsd.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auf FreeBSD installieren

Es gibt ein von der Community erstelltes Paket für **FreeBSD** von *Matthew Stobbs* unter [QOwnNotes FreeBSD-Port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes).
There is a (very old and deprecated) community-created package for **FreeBSD** by *Matthew Stobbs* at [QOwnNotes FreeBSD port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes/).

Ein großes Dankeschön an Matthew!
13 changes: 0 additions & 13 deletions webpage/src/de/installation/opensuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,6 @@ zypper install qownnotes

[Direkter Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/openSUSE_Tumbleweed)


## SLE 12 SP3 Backports

Führen Sie die folgenden Shell-Befehle als root aus, um das Repository hinzuzufügen und von dort aus QOwnNotes zu installieren.

```bash
zypper addrepo -f http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
```

[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports)

## SLE 15

Führen Sie die folgenden Shell-Befehle als root aus, um das Repository hinzuzufügen und von dort aus QOwnNotes zu installieren.
Expand Down
10 changes: 5 additions & 5 deletions webpage/src/de/installation/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ Danach sollten Sie das AppImage ausführen können, um QOwnNotes zu starten.

## OBS-Repository

Eventuell können Sie QOwnNotes auch auf Ubuntu-Versionen nutzen, die nicht mehr auf dem Ubuntu Launchpad aktualisiert werden. Dann können Sie Repositories des [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop) verwenden.
You may also be able to use the QOwnNotes on Ubuntu versions that aren't anymore updated on Ubuntu Launchpad then you can use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).

Unten sind Beispiel-Calls für das xUbuntu 16.10 Repository.
Below are example calls for the xUbuntu 20.04 repository.

Führen Sie die folgenden Befehle aus, um dem Repository zu vertrauen.

```bash
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/Release.key -O - | sudo apt-key add -
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/Release.key -O - | sudo apt-key add -
```

Führen Sie die folgenden Shell-Befehle aus, um das Repository hinzuzufügen und von dort aus QOwnNotes zu installieren.

```bash
sudo su -
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/ /' >> /etc/apt/sources.list.d/qownnotes.list"
apt-get update
apt-get install qownnotes
```

[Direkter Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10)
[Direkter Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04)
2 changes: 0 additions & 2 deletions webpage/src/es/contributing/get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Las diversas formas de involucrarse con QOwnNotes
- Informar problemas o compartir ideas para nuevas funciones en la página [QOwnNotes** Problemas de GitHub**](https://github.com/pbek/QOwnNotes/issues)
- Informar problemas o compartir ideas para nuevas funciones en la página [QOwnNotes **Problemas de GitHub**](https://github.com/pbek/QOwnNotes/issues)
- Comparta sus scripts en la [**Scripts de QOwnNotes** página de GitHub](https://github.com/qownnotes/scripts)
- Comparta **su experiencia con QOwnNotes** en su propio **YouTube**- u otro - canal, pero también con gusto [**envíe su audio / video / texto a Amy**](mailto:amydoralang@aol.de) para ser cargado en [**QOwnNotes en pocas palabras**](https://www.youtube.com/channel/UC6Xpk_B1MFfvhBCsH_MrOEw/videos)
- Es posible que desee responder algunas [**preguntas**](https://freeonlinesurveys.com/s/nA8t17k8) anónimas para que lo ayudemos a obtener mejores resultados con QOwnNotes

::: tip
Importante Lea el [código de conducta](./code-of-conduct.md) antes de involucrarse.
Expand Down
2 changes: 1 addition & 1 deletion webpage/src/es/installation/freebsd.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Instalar en FreeBSD

Hay un paquete creado por la comunidad para **FreeBSD** por *Matthew Stobbs* en el [puerto QOwnNotes FreeBSD](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes).
There is a (very old and deprecated) community-created package for **FreeBSD** by *Matthew Stobbs* at [QOwnNotes FreeBSD port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes/).

¡Muchas gracias a Matthew!
13 changes: 0 additions & 13 deletions webpage/src/es/installation/opensuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,6 @@ zypper install qownnotes

[Descarga directa](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/openSUSE_Tumbleweed)


## SLE 12 SP3 Backports

Run the following shell commands as root to add the repository and install QOwnNotes from there.

```bash
zypper addrepo -f http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
```

[Descarga directa](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports)

## SLE 15

Run the following shell commands as root to add the repository and install QOwnNotes from there.
Expand Down
10 changes: 5 additions & 5 deletions webpage/src/es/installation/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ Afterward you should be able to execute the AppImage to run QOwnNotes.

## Repositorio de OBS

You may also be able to use the QOwnNotes on Ubuntu versions that aren't any more updated on Ubuntu Launchpad then you can use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).
You may also be able to use the QOwnNotes on Ubuntu versions that aren't anymore updated on Ubuntu Launchpad then you can use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).

Below are example calls for the xUbuntu 16.10 repository.
Below are example calls for the xUbuntu 20.04 repository.

Run the following shell command to trust the repository.

```bash
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/Release.key -O - | sudo apt-key add -
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/Release.key -O - | sudo apt-key add -
```

Run the following shell commands to add the repository and install QOwnNotes from there.

```bash
sudo su -
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/ /' >> /etc/apt/sources.list.d/qownnotes.list"
apt-get update
apt-get install qownnotes
```

[Descarga directa](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10)
[Descarga directa](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04)
2 changes: 0 additions & 2 deletions webpage/src/fa/contributing/get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
- در [ صفحه ** مسائل گیت هاب ** QOwnNotes ](https://github.com/pbek/QOwnNotes/issues) مشکلات را گزارش دهید و ایده های مربوط به ویژگی های جدید را به اشتراک بگذارید
- اگر طرحواره ویرایشگر بزرگی ساخته اید، لطفاً آن را در [ صفحه ** مسائل گیت هاب ** ](https://github.com/pbek/QOwnNotes/issues) هم پست کنید
- اسکریپت های خود را در [ صفحه گیت هاب ** اسکریپت های QOwnNotes ** ](https://github.com/qownnotes/scripts) به اشتراک بگذارید
- **تجربه خود با QOwnNotes** را در کانال **یوتیوب** یا سایر کالنال هایتان اشتراک گذاری کرده و همچنین [**فایل صوتی، تصویری یا متنی خود را به Amy ارسال کنید**](mailto:amydoralang@aol.de) تا در [**QOwnNotes in a Nutshell**](https://www.youtube.com/channel/UC6Xpk_B1MFfvhBCsH_MrOEw/videos) بارگذاری شود.
- شما می توانید با پاسخ به تعدادی [**سوال**](https://freeonlinesurveys.com/s/nA8t17k8) نامشخص به ما در دستیابی به نتایج بهتر با QOwnNotes کمک کنید

::: tip Important
Read the [code of conduct](./code-of-conduct.md) before you get involved!
Expand Down
2 changes: 1 addition & 1 deletion webpage/src/fa/installation/freebsd.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# نصب در FreeBSD

یک بسته ساخت جمعی برای **FreeBSD** توسط *متیو استاپس* در [درگاه QOwnNotes FreeBSD](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes) موجود می باشد.
There is a (very old and deprecated) community-created package for **FreeBSD** by *Matthew Stobbs* at [QOwnNotes FreeBSD port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes/).

با سپاس فراوان از متیو!
13 changes: 0 additions & 13 deletions webpage/src/fa/installation/opensuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,6 @@ zypper install qownnotes

[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/openSUSE_Tumbleweed)


## SLE 12 SP3 Backports

Run the following shell commands as root to add the repository and install QOwnNotes from there.

```bash
zypper addrepo -f http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
```

[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports)

## SLE 15

Run the following shell commands as root to add the repository and install QOwnNotes from there.
Expand Down
10 changes: 5 additions & 5 deletions webpage/src/fa/installation/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ Afterward you should be able to execute the AppImage to run QOwnNotes.

## OBS Repository

You may also be able to use the QOwnNotes on Ubuntu versions that aren't any more updated on Ubuntu Launchpad then you can use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).
You may also be able to use the QOwnNotes on Ubuntu versions that aren't anymore updated on Ubuntu Launchpad then you can use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).

Below are example calls for the xUbuntu 16.10 repository.
Below are example calls for the xUbuntu 20.04 repository.

Run the following shell command to trust the repository.

```bash
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/Release.key -O - | sudo apt-key add -
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/Release.key -O - | sudo apt-key add -
```

Run the following shell commands to add the repository and install QOwnNotes from there.

```bash
sudo su -
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/ /' >> /etc/apt/sources.list.d/qownnotes.list"
apt-get update
apt-get install qownnotes
```

[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10)
[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04)
2 changes: 0 additions & 2 deletions webpage/src/fr/contributing/get-involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Les différentes façons de s'impliquer avec QOwnNotes
- Signalez des problèmes ou partagez des idées de nouvelles fonctionnalités sur la page [**GitHub des Issues** de QOwnNotes](https://github.com/pbek/QOwnNotes/issues)
- Si vous avez créé un excellent schéma d’éditeur (c’est-à-dire un style d’éditeur), veuillez également le publier sur la [page **GitHub des Issues**](https://github.com/pbek/QOwnNotes/issues)
- Partagez vos scripts sur la page [GitHub des **scripts QOwnNotes** ](https://github.com/qownnotes/scripts)
- Partagez **votre expérience avec QOwnNotes** sur votre propre chaîne **YouTube** – ou autre –, mais aussi [**envoyez votre volontiens audio/vidéo/texte à Amy**](mailto:amydoralang@aol.de) pour être téléchargé sur [**QOwnNotes in a Nutshell**](https://www.youtube.com/channel/UC6Xpk_B1MFfvhBCsH_MrOEw/videos)
- Si vous le souhaitez, répondez à quelques [**questions**](https://freeonlinesurveys.com/s/nA8t17k8) anonymes pour que nous vous aidions à obtenir de meilleurs résultats avec QOwnNotes

::: tip Important
Lisez le [code de conduite](./code-of-conduct.md) avant de vous impliquer dans le projet !
Expand Down
2 changes: 1 addition & 1 deletion webpage/src/fr/installation/freebsd.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Installer sur FreeBSD

Il existe un package créé par la communauté pour **FreeBSD** par *Matthew Stobbs* sur le [port FreeBSD de QOwnNotes](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes).
There is a (very old and deprecated) community-created package for **FreeBSD** by *Matthew Stobbs* at [QOwnNotes FreeBSD port](https://svnweb.freebsd.org/ports/head/deskutils/qownnotes/).

Un grand merci à Matthew !
13 changes: 0 additions & 13 deletions webpage/src/fr/installation/opensuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,6 @@ zypper install qownnotes

[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/openSUSE_Tumbleweed)


## SLE 12 SP3 Backports

Run the following shell commands as root to add the repository and install QOwnNotes from there.

```bash
zypper addrepo -f http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports/home:pbek:QOwnNotes.repo
zypper refresh
zypper install qownnotes
```

[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/SLE_12_SP3_Backports)

## SLE 15

Run the following shell commands as root to add the repository and install QOwnNotes from there.
Expand Down
10 changes: 5 additions & 5 deletions webpage/src/fr/installation/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,23 +50,23 @@ Afterward you should be able to execute the AppImage to run QOwnNotes.

## Dépôt OBS

You may also be able to use the QOwnNotes on Ubuntu versions that aren't any more updated on Ubuntu Launchpad then you can use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).
You may also be able to use the QOwnNotes on Ubuntu versions that aren't anymore updated on Ubuntu Launchpad then you can use the repositories from the [Open Build Service](https://build.opensuse.org/package/show/home:pbek:QOwnNotes/desktop).

Below are example calls for the xUbuntu 16.10 repository.
Below are example calls for the xUbuntu 20.04 repository.

Run the following shell command to trust the repository.

```bash
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/Release.key -O - | sudo apt-key add -
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/Release.key -O - | sudo apt-key add -
```

Run the following shell commands to add the repository and install QOwnNotes from there.

```bash
sudo su -
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10/ /' >> /etc/apt/sources.list.d/qownnotes.list"
sh -c "echo 'deb http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04/ /' >> /etc/apt/sources.list.d/qownnotes.list"
apt-get update
apt-get install qownnotes
```

[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_16.10)
[Direct Download](https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/xUbuntu_20.04)
Loading

0 comments on commit d3d02c2

Please sign in to comment.