Skip to content

Commit f1f4472

Browse files
committed
[debian12] Replace Crow with Dialect
1 parent f91b7ab commit f1f4472

4 files changed

Lines changed: 14 additions & 30 deletions

File tree

-2.13 MB
Binary file not shown.

software-modules/internet/crow/crow.desktop

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 renamed to software-modules/internet/dialect/dialect.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
# Enya Quetzalli <equetzal@huronos.org>
1616

1717
set -xe
18-
NAME=crow
18+
NAME=dialect
1919
TARGET_DIR="/run/initramfs/memory/system/huronOS/software/internet/"
2020

2121
## Install software
2222
apt update
23-
apt install --yes --no-install-recommends "./crow-translate_2.10.3_amd64.deb"
23+
apt install --yes --no-install-recommends dialect
2424
apt autoremove --yes
2525

2626
## Prepare final files

0 commit comments

Comments
 (0)