Rename the tmp file downloaded for EmojiPicker

This commit is contained in:
Mylloon 2022-02-03 18:36:16 +01:00
parent 9e58cb8ae4
commit 29f51f1b7e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -83,7 +83,7 @@ then
echo -e "\nOnlyOffice installed! 🎉" echo -e "\nOnlyOffice installed! 🎉"
# Install EmojiPicker and its keyboard shortcut # 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 # Setup Ubuntu configuration
bash ubuntuConfiguration.sh bash ubuntuConfiguration.sh