-
-
Save ryenus/1484c9699d02245eb721 to your computer and use it in GitHub Desktop.
Install GIT Client on SuSE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install GIT Client on SuSE 11 SP3 | |
# for latest git | |
zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/scm/SLE_11_SP3/devel:tools:scm.repo | |
# for perl-Error | |
zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/perl/SLE_11_SP3/devel:languages:perl.repo | |
# Install packages | |
zypper install git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment