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

added reboot instruction #88

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

added reboot instruction #88

wants to merge 2 commits into from

Conversation

fammu03
Copy link

@fammu03 fammu03 commented Oct 6, 2022

No description provided.

@vercel
Copy link

vercel bot commented Oct 6, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
zap ✅ Ready (Inspect) Visit Preview Oct 6, 2022 at 7:42PM (UTC)

install.sh Outdated
@@ -177,3 +177,4 @@ fi
# Installation Complete
echo
echo [~] Installation Complete....
echo [~] Reboot the terminal to affect changes.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably you should use "restart" the terminal.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The exec bash command has been added as per suggestion. Albeit after further re-attempts, I have found out it happens to work even without retarting the terminal. Have added the command anyways just in case,
@@ -177,3 +177,5 @@ fi
# Installation Complete
echo
echo [~] Installation Complete....
echo [~] Restart the terminal to affect changes.
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Restart the terminal for the changes to take effect. seems more correct. What do you think?

@@ -177,3 +177,5 @@ fi
# Installation Complete
echo
echo [~] Installation Complete....
echo [~] Restart the terminal to affect changes.
exec bash
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should probably be $SHELL here 🤔

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

Successfully merging this pull request may close these issues.

None yet

2 participants