We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f91b7ab commit f1f4472Copy full SHA for f1f4472
4 files changed
software-modules/internet/crow/crow-translate_2.10.3_amd64.deb
-2.13 MB
software-modules/internet/crow/crow.desktop
software-modules/internet/dialect/dialect.desktop
@@ -0,0 +1,12 @@
1
+[Desktop Entry]
2
+Encoding=UTF-8
3
+Version=1.0
4
+Type=Application
5
+Terminal=false
6
+Exec=dialect
7
+Name=Dialect
8
+Comment=Translate between languages
9
+Categories=Network;
10
+Icon=app.drey.Dialect
11
+Keywords=translate;translation;
12
+X-Purism-FormFactor=Workstation;Mobile;
software-modules/internet/crow/crow.sh …ware-modules/internet/dialect/dialect.shsoftware-modules/internet/crow/crow.sh renamed to software-modules/internet/dialect/dialect.sh
@@ -15,12 +15,12 @@
15
# Enya Quetzalli <equetzal@huronos.org>
16
17
set -xe
18
-NAME=crow
+NAME=dialect
19
TARGET_DIR="/run/initramfs/memory/system/huronOS/software/internet/"
20
21
## Install software
22
apt update
23
-apt install --yes --no-install-recommends "./crow-translate_2.10.3_amd64.deb"
+apt install --yes --no-install-recommends dialect
24
apt autoremove --yes
25
26
## Prepare final files
0 commit comments