From 9ec0b65438fd89b3fd480930a97d899ebd21aefd Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 14 Feb 2022 21:11:24 +0100 Subject: [PATCH] automatic accept --- installEmojiPicker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installEmojiPicker.sh b/installEmojiPicker.sh index bf8210d..4346a03 100644 --- a/installEmojiPicker.sh +++ b/installEmojiPicker.sh @@ -5,7 +5,7 @@ wget -q https://raw.githubusercontent.com/GaZaTu/x11-emoji-picker/master/install sed -i 's/echo "$PROJECT_NAME installed! 🎉"/echo "$PROJECT_NAME installed!"/' /tmp/install_EP.sh # Installation -bash /tmp/install_EP.sh +yes | bash /tmp/install_EP.sh # Remove icon if [ -f /usr/share/applications/x11-emoji-picker.desktop ]