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

install_terminal.sh Oh my zsh link change #5

Open
Swapnil-programmer7 opened this issue Jul 9, 2023 · 1 comment
Open

install_terminal.sh Oh my zsh link change #5

Swapnil-programmer7 opened this issue Jul 9, 2023 · 1 comment

Comments

@Swapnil-programmer7
Copy link

The link to install 'Oh my zsh' has been changed.
Please refer to this site: https://ohmyz.sh/#install
or use this line in the file
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

@varshneydevansh
Copy link

https://github.com/ohmyzsh/ohmyzsh

Manual Inspection

It's a good idea to inspect the install script from projects you don't yet know. You can do that by downloading the install script first, looking through it so everything looks normal, then running it:

wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
sh install.sh

If the above URL times out or otherwise fails, you may have to substitute the URL for https://install.ohmyz.sh/ to be able to get the script

This is what I did to my local script -

  GNU nano 6.2                   install_terminal.sh                            
# Fail on any command.
set -eux pipefail

# Install ZSH
sudo apt install -y git-core zsh curl
sh -c "$(curl -fsSL https://install.ohmyz.sh)"

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