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

adding SUSEConnect packages to SLES install, and fix FAQ typo #290

Merged
merged 4 commits into from
Sep 20, 2024

Conversation

yhuiYH
Copy link
Collaborator

@yhuiYH yhuiYH commented Sep 10, 2024

No description provided.

@yhuiYH yhuiYH requested a review from dbieleck September 20, 2024 03:43
@yhuiYH yhuiYH marked this pull request as ready for review September 20, 2024 03:44
@yhuiYH yhuiYH requested a review from a team as a code owner September 20, 2024 03:44
@samjwu samjwu merged commit 5702a7c into develop Sep 20, 2024
3 checks passed
@samjwu samjwu deleted the updateSUSEinstructions branch September 20, 2024 15:21
sudo zypper addrepo https://download.opensuse.org/repositories/devel:/languages:/perl/{{ os_version }}/devel:languages:perl.repo
sudo zypper addrepo https://download.opensuse.org/repositories/Education/{{ os_version }}/ Education
sudo zypper addrepo https://download.opensuse.org/repositories/Education/{{ os_version }}/Education.repo
Copy link
Contributor

Choose a reason for hiding this comment

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

You don't need the ".repo" on the end. What this command does is it adds the .repo file to /etc/zypp/repos.d. With the .repo at the end, it will add another .repo to the file since zypper automatically adds the .repo anyway. So, you actually get "Education.repo.repo", running this command. That being say, it will still work correctly anyway.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I sync'd with @dbieleck and we confirmed the ".repo.repo" doesn't occur with the instructions in this PR. There was a typo in his check. So we shall leave the instructions, as in, in this PR for SUSE install.

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.

4 participants