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
curl --fail --silent --show-error --location https://raw.githubusercontent.com/automotiveMastermind/numonic/main/bootstrap.sh | sh -s
Starship installed, and numonic installation continues
macOS: installing starship... x Running installation script with non-POSIX `bash` may cause errors. x Please use `sh` instead.
% curl --fail --silent --show-error --location https://raw.githubusercontent.com/automotiveMastermind/numonic/main/bootstrap.sh | sh -s numonic: establishing sudo (you may be prompted for credentials)... Password: numonic: sudo enabled numonic: creating backup path: /Users/patrickserrano/.local/backup/numonic/2022-32-14-203219 noominic: creating backup from: /Users/patrickserrano/.local/numonic numonic: backing up bash_completion numonic: backing up bash_profile numonic: backing up bashrc numonic: backing up pam_environment numonic: backing up profile numonic: backing up zprofile numonic: backing up zshrc numonic: install platform prerequisites for: darwin ############################################################################## INSTALLING HOMEBREW FOR APPLE SILICON (arm64e) ############################################################################## ############################################################################## INSTALLING HOMEBREW PACKAGES ############################################################################## macOS: updating homebrew... ==> Homebrew is run entirely by unpaid volunteers. Please consider donating: https://github.com/Homebrew/brew#donations Updated 1 tap (homebrew/core). ==> Updated Formulae chezmoi gnu-getopt libqalculate qalculate-gtk macOS: upgrading git... To relink, run: brew unlink git && brew link git macOS: upgrading gpg... To relink, run: brew unlink gnupg && brew link gnupg macOS: upgrading pinentry-mac... To relink, run: brew unlink pinentry-mac && brew link pinentry-mac macOS: upgrading jq... To relink, run: brew unlink jq && brew link jq macOS: setting git credential helper to use the macOS keychain... macOS: installing starship... x Running installation script with non-POSIX `bash` may cause errors. x Please use `sh` instead.
macOS
No response
arm64 / aarch64
zsh
apple
uname -srv
Darwin 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000
The text was updated successfully, but these errors were encountered:
Ok so I forked the repo, and updated the install script which let me get numonic installed.
By updating line 110 to pipe the results of the curl call to sh instead of bash everything worked ¯\(ツ)/¯
curl
sh
bash
Sorry, something went wrong.
No branches or pull requests
Commands to Reproduce
curl --fail --silent --show-error --location https://raw.githubusercontent.com/automotiveMastermind/numonic/main/bootstrap.sh | sh -s
Expected Results
Actual Results
Any additional logs that will help us?
Operating System(s)
macOS
Operating System (Other)
No response
Architecture
arm64 / aarch64
Shell
zsh
Terminal Program(s)
apple
Terminal Program(s) (Other)
No response
What is the output from
uname -srv
on the system(s) where the bug is occurring?Darwin 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000
Code of Conduct
The text was updated successfully, but these errors were encountered: