From 97bb764c1455a5f950b6afb82d2e6a8b85504f16 Mon Sep 17 00:00:00 2001 From: alanw Date: Thu, 11 May 2023 15:39:02 -0700 Subject: [PATCH] fixed copy syntaxfixed copy syntax --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a2d1004..5e15332 100755 --- a/install.sh +++ b/install.sh @@ -197,7 +197,7 @@ install-functions(){ install-file ${rundir}/PRbL/functions ${installdir} else curl -ks 'https://raw.githubusercontent.com/pyr0ball/PRbL/master/functions' > ${rundir}/functions - install-file ${rundir}/functions ${installdir}/functions + install-file ${rundir}/functions ${installdir} fi }