Rename the tmp file downloaded for EmojiPicker
This commit is contained in:
parent
9e58cb8ae4
commit
29f51f1b7e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ then
|
|||
echo -e "\nOnlyOffice installed! 🎉"
|
||||
|
||||
# Install EmojiPicker and its keyboard shortcut
|
||||
wget -q --show-progress https://raw.githubusercontent.com/GaZaTu/x11-emoji-picker/master/install.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
|
||||
wget -q --show-progress https://raw.githubusercontent.com/GaZaTu/x11-emoji-picker/master/install.sh -O tmp_ep.sh && bash tmp_ep.sh; rm tmp_ep.sh
|
||||
|
||||
# Setup Ubuntu configuration
|
||||
bash ubuntuConfiguration.sh
|
||||
|
|
Reference in a new issue