blob: 2c3f58f905d67087371f95fbd1552298bba7c039 (
plain)
1
2
3
4
5
6
|
sudo pacman -S lsb-release
#Change if your package manager is diffrent
git clone https://gitlab.com/Shipwreckt/fakefetch
cd ~/fakefetch
chmod +x fakefetch.sh
sudo mv ~/fakefetch/fakefetch.sh /usr/local/bin/
|