From 4381de0041b71df1f923deb2ae5135c104bdc9fb Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Tue, 7 Sep 2021 10:27:55 +0300 Subject: [PATCH] Appropriate --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6eb0277..9ad9567 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash EXECUTABLE_NAME=ftu -DESTDIR=/usr/bin/ +DESTDIR=/usr/local/bin/ # if ftu is in the same directory - copy it to $DESTDIR if [ -e $EXECUTABLE_NAME ] @@ -9,4 +9,4 @@ then cp $EXECUTABLE_NAME $DESTDIR else echo "No '${EXECUTABLE_NAME}' in current directory !" -fi \ No newline at end of file +fi