Update the installed packages.
yum update
Install the EPEL repository.
# CentOS/RHEL 6
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
Update the installed packages.
yum update
Install the EPEL repository.
# CentOS/RHEL 6
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
// ==UserScript== | |
// @description Automatically explore your Steam Discovery Queue to get the daily Trading Cards during sales | |
// @icon https://store.steampowered.com/favicon.ico | |
// @match http://store.steampowered.com/explore* | |
// @match https://store.steampowered.com/explore* | |
// @name Steam Discovery Queue Explorer | |
// @namespace https://github.com/RatserX/steam-discovery-queue-explorer | |
// @version 1.0 | |
// @updateURL https://raw.githubusercontent.com/RatserX/steam-discovery-queue-explorer/master/sdqe.js | |
// ==/UserScript== |