From df04065bff0345ed5201a6d11a767418b507b267 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 28 Oct 2022 10:26:16 -0700 Subject: [PATCH] refactored for github https links --- .gitmodules | 6 +++--- pyr0-bash-functions => PRbL | 0 install.sh | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) rename pyr0-bash-functions => PRbL (100%) diff --git a/.gitmodules b/.gitmodules index 52adcb6..850d241 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "pyr0-bash-functions"] - path = pyr0-bash-functions - url = git@github.com:pyr0ball/PRbL.git +[submodule "PRbL"] + path = PRbL + url = https://github.com/pyr0ball/PRbL.git diff --git a/pyr0-bash-functions b/PRbL similarity index 100% rename from pyr0-bash-functions rename to PRbL diff --git a/install.sh b/install.sh index 8ef1813..b83cff8 100644 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ VERSION=1.1 scripttitle="Pyr0ball's Reductive Bash Library Installer - v$VERSION" rundir=${0%/*} -source ${rundir}/pyr0-bash-functions/functions +source ${rundir}/functions scriptname=${0##*/} runuser=$(whoami) users=($(ls /home/)) @@ -113,7 +113,7 @@ userinstall(){ mkdir -p ${userinstalldir} # Copy functions first - cp ${rundir}/pyr0-bash-functions/functions ${userinstalldir}/functions + cp ${rundir}/PRbL/functions ${userinstalldir}/functions # Copy bashrc scripts to home folder #cp -r ${rundir}/lib/skel/* $HOME/ @@ -170,7 +170,7 @@ globalinstall(){ mkdir -p ${globalinstalldir} # Copy functions - cp ${rundir}/pyr0-bash-functions/functions ${globalinstalldir}/functions + cp ${rundir}/PRbL/functions ${globalinstalldir}/functions export prbl_functions="${globalinstalldir}/functions" # Check for dependent applications and offer to install