emojicode / emojicode

😀😜🔂 World’s only programming language that’s bursting with emojis

Home Page:https://emojicode.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic Installer offers to use sudo then immediately terminates

The-Fireplace opened this issue · comments

Expected behavior:
After running the magic installer, when it offers to use sudo, I can enter y/n.
Actual behavior:
After offering to use sudo, the program immediately terminates
image

OS: Windows 10

If there are any additional details I can provide, let me know.

commented

That's definitely what it should be like. Are you sure you haven't pressed any other keys?
Last time I checked everything was working fine in an Ubuntu environment.

Yes, I'm sure I haven't pressed any other keys.

I also experienced this issue when installing Emojicode, on Arch Linux.

commented

Could it be that you typed y + enter?

echo -e "y\n" | ./install.sh

Is the only way I can reproduce the issue.