patrick-zippenfenig / us-with-german-umlauts

Mac U.S. keyboard layout with German Umlauts
153 stars 25 forks source link

No time for typing in the password #7

Closed walefisch closed 1 year ago

walefisch commented 1 year ago

On macos ventura (13.0.1) there is not enough time for typing in the password. This leads to the keyboard layout notbinstalling at all.

in the terminal it says: zsh: done curl -sL | zsh: suspended (tty input) sudo tar xz --exclude=README.md --strip=1 -C /Library/Keyboard\ Layouts/

patrick-zippenfenig commented 1 year ago

Thanks for the report. I can confirm it also happens on my Mac with macOS Ventura. I am not sure why the behaviour is now different. Small workaround:

sudo su
# Enter password to switch to root
curl -sL https://api.github.com/repos/patrick-zippenfenig/us-with-german-umlauts/tarball/master | sudo tar xz --exclude=README.md --strip=1 -C /Library/Keyboard\ Layouts/
exit
walefisch commented 1 year ago

thank you!