Skip to content
Snippets Groups Projects
Commit 054e7f72 authored by Ethan Robert's avatar Ethan Robert
Browse files

Fixed 'if' statement syntax

parent fbc2f6d5
No related branches found
No related tags found
No related merge requests found
Pipeline #60097 failed
...@@ -36,7 +36,7 @@ echo "Configuring installation..." ...@@ -36,7 +36,7 @@ echo "Configuring installation..."
if [[ "$SHELL" == *"zsh" ]]; then if [[ "$SHELL" == *"zsh" ]]; then
# ZSH # ZSH
echo "export PATH='/opt/grapp/bin:$PATH" >> ~/.zshrc echo "export PATH='/opt/grapp/bin:$PATH" >> ~/.zshrc
else if [[ "$SHELL" == *"bash" ]]; then elif [[ "$SHELL" == *"bash" ]]; then
# Bash # Bash
echo "export PATH='/opt/grapp/bin:$PATH" >> ~/.bashrc echo "export PATH='/opt/grapp/bin:$PATH" >> ~/.bashrc
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment