Skip to content

Commit

Permalink
updated emoji font to 13.1 after building from github source
Browse files Browse the repository at this point in the history
  • Loading branch information
epi052 committed Oct 25, 2020
1 parent 702cc8f commit 9db0dc5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install-nix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ LIN32_URL="${BASE_URL}/${LIN32_ZIP}"
LIN64_ZIP=x86_64-linux-feroxbuster.zip
LIN64_URL="${BASE_URL}/${LIN64_ZIP}"

EMOJI_ZIP=NotoColorEmoji-unhinted.zip
EMOJI_URL=https://noto-website-2.storage.googleapis.com/pkgs/NotoColorEmoji-unhinted.zip
EMOJI_URL=https://gist.github.com/epi052/8196b550ea51d0907ad4b93751b1b57d/raw/6112c9f32ae07922983fdc549c54fd3fb9a38e4c/NotoColorEmoji.ttf

echo "[+] Installing feroxbuster!"

Expand Down Expand Up @@ -43,8 +42,7 @@ elif [[ "$(expr substr $(uname -s) 1 5)" == "Linux" ]]; then

curl -sLO "${EMOJI_URL}"

unzip -o "${EMOJI_ZIP}" >/dev/null
rm "${EMOJI_ZIP}"
fc-cache -f -v >/dev/null

popd 2>&1 >/dev/null
echo "[+] Noto Emoji Font installed"
Expand Down

0 comments on commit 9db0dc5

Please sign in to comment.