Add emoji extension

This commit is contained in:
Manuel Thalmann 2022-11-20 13:20:55 +01:00
parent 76b7bfe1ce
commit 44733a3d74

View file

@ -12,7 +12,7 @@ sudo install "$commandName" /usr/local/bin
cd "$workingDirectory"
rm -rf "$contextRoot"
for id in 779 4907
for id in 779 4907 1162
do
workingDirectory=$(pwd)
contextRoot=$(mktemp -d)