Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The script can't handle the ampersand character "&" in the Apple ID password #26

Closed
moritz-john opened this issue Nov 10, 2023 · 3 comments

Comments

@moritz-john
Copy link

This took me way too long too figure out so I make it brief:

Let's say for example your Apple ID Password is: a23&s&b443d
This will brake the script:

[...]
Enter your Apple ID : example@appleid.com
Enter password of the Apple ID : 
Do you want to install AltStore ? (y/n) [n for select your own iPA] : y
/bin/sh: 1: b443d: not found
/bin/sh: 1: s: not found
[...]

/bin/sh: 1: b443d: not found matches the &b443d part of the password, while /bin/sh: 1: s: not found matches &s

The script does not seem to handle the ampersand character "&" (and I am not sure about other special characters).

@powenn
Copy link
Owner

powenn commented Nov 11, 2023

I will looking for solutions

@powenn
Copy link
Owner

powenn commented Nov 11, 2023

Try update the script , I have publish new release

@moritz-john
Copy link
Author

Try update the script , I have publish new release

Thank you very much for your work, it's fixed and does work now! :)

@powenn powenn closed this as completed Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants