From 5b44dbc96c6c454c58f06a6df81fa3666df41631 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Tue, 18 Apr 2023 00:29:55 -0700 Subject: [PATCH] fixed issue with functions install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 667c9d4..de0511d 100755 --- a/install.sh +++ b/install.sh @@ -246,7 +246,7 @@ userinstall(){ fi # Copy functions first - install-file ${rundir}/functions ${installdir}/functions + install-file ${rundir}/PRbL/functions ${installdir}/functions # Copy bashrc scripts to home folder #cp -r ${rundir}/lib/skel/* $HOME/