From 70586f7604942ab4fa2d614e366f83d62f4811d5 Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Mon, 26 Feb 2024 17:19:25 +0000 Subject: Made it go to the /bin directory, the place where all normal commands get sent too --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.sh') 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 -- cgit v1.2.3