Linux 下 screenfetch 安装
1.当使用screenfetch时,发现-bash: screenfetch: command not found
2.使用yum -y install screenfetch 命令安装,发现不能安装。
3.这时,我们可以:
wget https://github.com/KittyKatt/screenFetch/archive/master.zip
unzip master.zip
mv screenFetch-master/screenfetch-dev /usr/bin/screenfetch
执行上面命令后,screenfetch安装成功。