We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nu reusesc nicicum sa o instalez. MBP M1 Pro cu Sonoma 14.4
curl --silent --location --max-redirs 10 https://raw.githubusercontent.com/SaltwaterC/romanian-programmers-mac/master/install.sh --output "/tmp/rpm-install.sh" && bash "/tmp/rpm-install.sh" && rm -f "/tmp/rpm-install.sh" dyld[37404]: Symbol not found: _locale_charset Referenced from: <048CD29D-401C-3C6F-8510-0E061FCC7B40> /opt/local/bin/bash Expected in: <9521588A-E5D2-3C93-A726-0EF520C9A854> /opt/local/lib/libiconv.2.dylib [1] 37404 abort bash "/tmp/rpm-install.sh" ➜ ~ curl --silent --location --max-redirs 10 https://raw.githubusercontent.com/SaltwaterC/romanian-programmers-mac/master/install.sh --output "/tmp/rpm-install.sh" && bash "/tmp/rpm-install.sh" && rm -f "/tmp/rpm-install.sh" dyld[37544]: Symbol not found: _locale_charset Referenced from: <048CD29D-401C-3C6F-8510-0E061FCC7B40> /opt/local/bin/bash Expected in: <9521588A-E5D2-3C93-A726-0EF520C9A854> /opt/local/lib/libiconv.2.dylib [1] 37544 abort bash "/tmp/rpm-install.sh"
The text was updated successfully, but these errors were encountered:
Bună. Încearcă cu:
/bin/bash "/tmp/rpm-install.sh"
Asta o să folosească bash care vine cu macOS în loc de instalarea din Homebrew care returnează eroarea respectivă.
Sorry, something went wrong.
No branches or pull requests
Nu reusesc nicicum sa o instalez.
MBP M1 Pro cu Sonoma 14.4
curl --silent --location --max-redirs 10 https://raw.githubusercontent.com/SaltwaterC/romanian-programmers-mac/master/install.sh --output "/tmp/rpm-install.sh" && bash "/tmp/rpm-install.sh" && rm -f "/tmp/rpm-install.sh" dyld[37404]: Symbol not found: _locale_charset Referenced from: <048CD29D-401C-3C6F-8510-0E061FCC7B40> /opt/local/bin/bash Expected in: <9521588A-E5D2-3C93-A726-0EF520C9A854> /opt/local/lib/libiconv.2.dylib [1] 37404 abort bash "/tmp/rpm-install.sh" ➜ ~ curl --silent --location --max-redirs 10 https://raw.githubusercontent.com/SaltwaterC/romanian-programmers-mac/master/install.sh --output "/tmp/rpm-install.sh" && bash "/tmp/rpm-install.sh" && rm -f "/tmp/rpm-install.sh" dyld[37544]: Symbol not found: _locale_charset Referenced from: <048CD29D-401C-3C6F-8510-0E061FCC7B40> /opt/local/bin/bash Expected in: <9521588A-E5D2-3C93-A726-0EF520C9A854> /opt/local/lib/libiconv.2.dylib [1] 37544 abort bash "/tmp/rpm-install.sh"
The text was updated successfully, but these errors were encountered: