-
-
Notifications
You must be signed in to change notification settings - Fork 674
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
Unattended install #275
Comments
Thanks for your feedback! Could you explain what is the unattended installation? According to the ohmyzsh page, is the difference from the normal installation just that it doesn't start a new Bash session after the completion? As far as I have quickly checked the installation script of |
I am trying to run the install through a script and once oh my bash is installed, the following commands are not run as oh my bash starts a new shell |
I have implemented the option in the url=https://raw.githubusercontent.com/ohmybash/oh-my-bash/support-unattended-install/tools/install.sh
bash -c "$(curl -fsSL "$url")" --unattended
bash -c "$(wget "$url" -O -)" --unattended Thank you! |
FYI, I have found a related issue #141. |
Although it seems there is no reply, the change works as expected in my environment. I've merged the change. Thank you for the report. |
Hi,
Apologies for not replying, I was on a holiday/vacation for the last week.
Thank you so much.
… On 5 Jan 2022, at 10:39 a.m., Koichi Murase ***@***.***> wrote:
Although it seems there is no reply, the change works as expected in my environment. I've merged the change. Thank you for the report.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Thank you for the information! We are now refactoring oh-my-bash, and there are several changes in the waiting list. I just wanted to merge this into the master to avoid conflicts with other changes on the install script (such as #284). If you find any issue related to this new option, please feel free to reopen this issue or create a new one! |
Can’t seem to find any documentation on whether or not there is an unattended install option like oh-my-zsh
The text was updated successfully, but these errors were encountered: