summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShipwreckt <conbur@protonmail.com>2024-02-26 17:19:25 +0000
committerShipwreckt <conbur@protonmail.com>2024-02-26 17:19:25 +0000
commit70586f7604942ab4fa2d614e366f83d62f4811d5 (patch)
tree3d4ac95704971652e49cdf2f09540a9b43b5eb63
parent485fb408ba11c22d9f5fa3c4e7bbefcf41d6ddc9 (diff)
Made it go to the /bin directory, the place where all normal commands get sent too
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index fffa374..755a4c3 100755
--- a/setup.sh
+++ b/setup.sh
@@ -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