Last active
May 4, 2023 12:19
-
-
Save yangyang5214/5b580bdb5cc67f6ae956674f04ec2b21 to your computer and use it in GitHub Desktop.
centos install jq
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
yum install epel-release -y | |
yum update -y | |
yum install jq -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment