diff options
author | Shipwreckt <conbur@protonmail.com> | 2024-02-26 17:19:25 +0000 |
---|---|---|
committer | Shipwreckt <conbur@protonmail.com> | 2024-02-26 17:19:25 +0000 |
commit | 70586f7604942ab4fa2d614e366f83d62f4811d5 (patch) | |
tree | 3d4ac95704971652e49cdf2f09540a9b43b5eb63 | |
parent | 485fb408ba11c22d9f5fa3c4e7bbefcf41d6ddc9 (diff) |
Made it go to the /bin directory, the place where all normal commands get sent too
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,4 +2,4 @@ sudo pacman -S lsb-release #Change if your package manager is diffrent cd ~/fakefetch chmod +x fakefetch.sh -sudo mv ~/fakefetch/fakefetch.sh /usr/local/bin/fakefetch +sudo mv ~/fakefetch/fakefetch.sh /bin/fakefetch |