diff options
author | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-07 15:05:25 +0100 |
---|---|---|
committer | Shipwreckt <Shipwreckt@mailfence.com> | 2024-07-07 15:05:25 +0100 |
commit | 2768d57c6ecdd3beb7760cbe0b5184893305cc31 (patch) | |
tree | 35d0f2409c1dc0f63fa4ce72ceb906d4a2c7ab3a /install.sh | |
parent | daa70f17e36d91016328651628a3b1750b154964 (diff) |
Updating it to the C programming language
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 |