fixed issue with functions install

This commit is contained in:
pyr0ball 2023-04-18 00:29:55 -07:00
parent 2996561195
commit 5b44dbc96c

View file

@ -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/