File tree Expand file tree Collapse file tree 2 files changed +1
-122
lines changed Expand file tree Collapse file tree 2 files changed +1
-122
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -88,33 +88,7 @@ sudo /usr/local/share/gcm-core/uninstall.sh
88
88
<a name =" linux-install-instructions " ></a >
89
89
### Linux
90
90
91
- #### Debian package (.deb)
92
-
93
- ` apt-get ` support is available for Ubuntu Bionic Beaver (18.04) and Hirsute
94
- Hippo (21.04). Take the following steps to set up and install based on the
95
- version you are running:
96
-
97
- ##### Ubuntu 18.04 (Bionic)
98
-
99
- ``` shell
100
- curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
101
- sudo apt-add-repository https://packages.microsoft.com/ubuntu/18.04/prod
102
- sudo apt-get update
103
- sudo apt-get install gcmcore
104
- git-credential-manager-core configure
105
- ```
106
-
107
- ##### Ubuntu 21.04 (Hirsute)
108
-
109
- ``` shell
110
- curl -sSL https://packages.microsoft.com/config/ubuntu/21.04/prod.list | sudo tee /etc/apt/sources.list.d/microsoft-prod.list
111
- curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/trusted.gpg.d/microsoft.asc
112
- sudo apt-get update
113
- sudo apt-get install gcmcore
114
- git-credential-manager-core configure
115
- ```
116
-
117
- ##### Other Ubuntu/Debian distributions
91
+ #### Ubuntu/Debian distributions
118
92
119
93
Download the latest [ .deb package] ( https://github.com/microsoft/Git-Credential-Manager-Core/releases/latest ) , and run the following:
120
94
You can’t perform that action at this time.
0 commit comments