Skip to content

Commit 2708280

Browse files
authored
Update installer.sh
1 parent 9bb2e98 commit 2708280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
2-
2+
here=$(pwd)
33
echo "Installing..."
44
mkdir PointerTools; cd PointerTools
55

6-
sudo cp pointer.sh /usr/local/bin/pointer
6+
sudo cp $here/pointer.sh /usr/local/bin/pointer
77
sudo apt-get install lolcat -y > /dev/null 2>&1
88
go install -v github.com/tomnomnom/anew@latest > /dev/null 2>&1
99
go install -v github.com/nytr0gen/deduplicate@latest > /dev/null 2>&1

0 commit comments

Comments
 (0)