fixed copy syntaxfixed copy syntax

This commit is contained in:
alanw 2023-05-11 15:39:02 -07:00
parent f7d3859466
commit 97bb764c14

View file

@ -197,7 +197,7 @@ install-functions(){
install-file ${rundir}/PRbL/functions ${installdir} install-file ${rundir}/PRbL/functions ${installdir}
else else
curl -ks 'https://raw.githubusercontent.com/pyr0ball/PRbL/master/functions' > ${rundir}/functions curl -ks 'https://raw.githubusercontent.com/pyr0ball/PRbL/master/functions' > ${rundir}/functions
install-file ${rundir}/functions ${installdir}/functions install-file ${rundir}/functions ${installdir}
fi fi
} }