Created
July 27, 2020 15:35
-
-
Save dustinbutterworth/31fcd28796bd0b9337344d1ad59d800b to your computer and use it in GitHub Desktop.
Curl Search for latest package on Centos Repo
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
curl -s http://mirror.centos.org/centos/7/os/x86_64/Packages/ | grep ipa-client | cut -d '"' -f 12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment