Update shell configuration instructions in README#8
Conversation
Signed-off-by: Andrea K. <andreak3779@gmail.com>
…ptions, add table of contents, and improve installation instructions; refactor checkforupdates.sh and showhardware.sh for better error handling and user feedback.
There was a problem hiding this comment.
Pull request overview
Updates the README setup instructions to use a more Linux-compatible shell profile file when adding the repo’s scripts directory to the user’s PATH, aligning with common defaults on distributions like Zorin OS.
Changes:
- Switches PATH update target from
~/.bash_profileto~/.profile - Switches reload step from
source ~/.bash_profiletosource ~/.profile
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 10 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@andreak3779 I've opened a new pull request, #9, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@andreak3779 I've opened a new pull request, #10, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
|
@andreak3779 I've opened a new pull request, #11, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
|
@andreak3779 I've opened a new pull request, #12, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@andreak3779 I've opened a new pull request, #13, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
Remove trailing whitespace in checkforupdates.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
|
@andreak3779 I've opened a new pull request, #14, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
|
@andreak3779 I've opened a new pull request, #15, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@andreak3779 I've opened a new pull request, #16, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@andreak3779 I've opened a new pull request, #17, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@andreak3779 I've opened a new pull request, #18, to work on those changes. Once the pull request is ready, I'll request review from you. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@andreak3779 I've opened a new pull request, #19, to work on those changes. Once the pull request is ready, I'll request review from you. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Andrea K. <andreak3779@gmail.com>
|
@copilot open a new pull request to apply changes based on the comments in this thread |
|
@andreak3779 I've opened a new pull request, #20, to work on those changes. Once the pull request is ready, I'll request review from you. |
This pull request updates the instructions in the
README.mdfile to improve compatibility with Linux systems, specifically Zorin OS. The changes ensure that the correct shell profile file is used when updating thePATHenvironment variable and reloading the shell configuration.Documentation improvements:
~/.profileinstead of~/.bash_profilefor adding thescriptsdirectory to thePATHand for reloading the shell configuration, which is more appropriate for Linux distributions like Zorin OS.