Skip to content

Commit 7edf9cd

Browse files
authored
Merge pull request #516 from ldennington/remove-release-apt-get
Remove `release-apt-get` workflow
2 parents 901f9ea + fcb3e0a commit 7edf9cd

File tree

2 files changed

+1
-122
lines changed

2 files changed

+1
-122
lines changed

.github/workflows/release-apt-get.yml

Lines changed: 0 additions & 95 deletions
This file was deleted.

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)