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