diff options
| author | 2023-12-30 12:20:44 +0000 | |
|---|---|---|
| committer | 2023-12-30 12:20:44 +0000 | |
| commit | 14149385280eb5e49bc77da4e43ac3763d4bba17 (patch) | |
| tree | 0821e79cc72b208c3389de197ad265a1e23ccda1 | |
| parent | f04d5393ada04321b2b302535f1a198d13dcf6b7 (diff) | |
update
| -rwxr-xr-x | library/cloneDotfiles.sh | 2 | ||||
| -rw-r--r-- | library/setupPkg.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/library/cloneDotfiles.sh b/library/cloneDotfiles.sh index 36c30fc..1b9b64a 100755 --- a/library/cloneDotfiles.sh +++ b/library/cloneDotfiles.sh @@ -29,5 +29,5 @@ cloneDotfiles () { wl-copy -c } -source $HOME/"$dirArchIsoFiles"/setupPkgPipx.sh +source "$dirArchIsoFiles"/library/setupPkgPipx.sh cloneDotfiles diff --git a/library/setupPkg.sh b/library/setupPkg.sh index 75ce3f5..4fa1266 100644 --- a/library/setupPkg.sh +++ b/library/setupPkg.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ "$1" = "pipx" ]; then - source $HOME/"$dirArchIsoFiles"/setupPkgPipx.sh + source "$dirArchIsoFiles"/library/setupPkgPipx.sh elif [ "$1" = "yay" ]; then - source $HOME/"$dirArchIsoFiles"/setupPkgYay.sh + source "$dirArchIsoFiles"/library/setupPkgYay.sh fi |
