Skip to content

Commit fcb3e0a

Browse files
committed
Remove apt-get install instructions from README.md
We are no longer deploying debian packages to Microsoft feeds. Further, all previous deployments have been removed from the applicable feeds. Removing the instructions for installation via apt-get in light of these changes.
1 parent a193f94 commit fcb3e0a

File tree

1 file changed

+1
-27
lines changed

1 file changed

+1
-27
lines changed

README.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -88,33 +88,7 @@ sudo /usr/local/share/gcm-core/uninstall.sh
8888
<a name="linux-install-instructions"></a>
8989
### Linux
9090

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
11892

11993
Download the latest [.deb package](https://github.com/microsoft/Git-Credential-Manager-Core/releases/latest), and run the following:
12094

0 commit comments

Comments
 (0)