Created
April 15, 2021 06:27
-
-
Save k8scat/8cb22c6f3700c1c198771e6be395914e to your computer and use it in GitHub Desktop.
Install xsel in CentOS 7
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
#!/bin/bash | |
# | |
# Install xsel in CentOS 7 | |
set -e | |
curl -LO https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/x/xsel-1.2.0-15.el7.x86_64.rpm | |
sudo rpm -Uvh xsel-1.2.0-15.el7.x86_64.rpm | |
sudo yum install -y xsel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment