From f8b3a9d055bfc0e4bb9e9a570ccc8853ec38a225 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 6 Nov 2022 20:48:18 +0100 Subject: Use tar.gz for emoji instead of .zip --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index ff06f82..a305ace 100755 --- a/install.sh +++ b/install.sh @@ -5,10 +5,10 @@ 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 +curl -sfL 'https://dec05eba.com/files/twemoji.tar.gz' -o /tmp/twemoji.tar.gz mkdir -p /usr/share/quickmedia/emoji -unzip -uqq /tmp/twemoji.zip -d /usr/share/quickmedia/emoji/ -rm -f /tmp/twemoji.zip +tar xf /tmp/twemoji.tar.gz --directory=/usr/share/quickmedia/emoji +rm -f /tmp/twemoji.tar.gz sibs build --release video_player sibs build --release -- cgit v1.2.3