diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ sudo pacman -S lsb-release #Change if your package manager is diffrent -chmod +x fakefetch + +gcc -o fakefetch fakefetch.c sudo mv fakefetch /bin/fakefetch |