Skip to content

Instantly share code, notes, and snippets.

@mathieu-aubin
Last active June 28, 2018 03:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathieu-aubin/147626894a8e863efa3fe559bd091ccd to your computer and use it in GitHub Desktop.
Save mathieu-aubin/147626894a8e863efa3fe559bd091ccd to your computer and use it in GitHub Desktop.
Centos 7 basic repository installation (C7Repos)
#!/bin/bash
bash <(curl -4sLk https://bit.ly/c7repos)
# Deprecated -- use the gitHUB repository instead
@mathieu-aubin
Copy link
Author

mathieu-aubin commented Jul 26, 2017

This is also available at https://linux.speedinternet.ca/c7repos (its proxied to this exact raw gist)
Making things like the following possible...

bash <(curl -4sLk https://linux.speedinternet.ca/c7repos)
edit: added https/ipv4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment