diff options
| author | 2023-12-30 12:18:01 +0000 | |
|---|---|---|
| committer | 2023-12-30 12:18:01 +0000 | |
| commit | f04d5393ada04321b2b302535f1a198d13dcf6b7 (patch) | |
| tree | 93100847e2d518ee5761edda0f8914811609543b /library/setupPkg.sh | |
| parent | 7119020afd07b573779f218389e087c324910526 (diff) | |
add installers
Diffstat (limited to 'library/setupPkg.sh')
| -rw-r--r-- | library/setupPkg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/setupPkg.sh b/library/setupPkg.sh index bae4683..75ce3f5 100644 --- a/library/setupPkg.sh +++ b/library/setupPkg.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ "$1" = "pipx" ]; then - source $HOME/bin/setupPkgPipx.sh + source $HOME/"$dirArchIsoFiles"/setupPkgPipx.sh elif [ "$1" = "yay" ]; then - source $HOME/bin/setupPkgYay.sh + source $HOME/"$dirArchIsoFiles"/setupPkgYay.sh fi |
