CentOS7.6安装screenfetch


方法1:
yum install -y git
cd /usr/local/src
git clone https://github.com/KittyKatt/screenFetch.git
cp screenFetch/screenfetch-dev /usr/local/bin/screenfetch
chmod 755 /usr/local/bin/screenfetch

cd -


方法2:
yum install -y unzip curl
cd /usr/local/src
curl -o screenfetch.zip https://codeload.github.com/KittyKatt/screenFetch/zip/master
unzip screenfetch.zip
cp screenFetch-master/screenfetch-dev /usr/local/bin/screenfetch
chmod 755 /usr/local/bin/screenfetch
cd - 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM