aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-11-05 15:53:28 +0100
committerdec05eba <dec05eba@protonmail.com>2022-11-05 15:53:28 +0100
commit4daa57f6d139f51a62ea4bcffa738bd5035df33a (patch)
treeba767bbbf1c7153a12e3d9e866a079c30d1c69e0 /install.sh
parentf89117b5cf36797b04291942b2f2494895fc58dd (diff)
Support as many emoji as possible, using separate emoji images in text
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 92c4044..ff06f82 100755
--- a/install.sh
+++ b/install.sh
@@ -5,6 +5,11 @@ cd "$script_dir"
[ $(id -u) -ne 0 ] && echo "You need root privileges to run the install script" && exit 1
+curl -sfL 'https://dec05eba.com/files/twemoji.zip' -o /tmp/twemoji.zip
+mkdir -p /usr/share/quickmedia/emoji
+unzip -uqq /tmp/twemoji.zip -d /usr/share/quickmedia/emoji/
+rm -f /tmp/twemoji.zip
+
sibs build --release video_player
sibs build --release