diff options
| author | 2023-12-29 17:24:06 +0500 | |
|---|---|---|
| committer | 2023-12-29 17:24:06 +0500 | |
| commit | ad72eb8312e0f6f6d1a6988b019ade98c4ec4853 (patch) | |
| tree | be20f8f33db1b69587b4d7736a6bde2f69c7008d /library/setupPkg.sh | |
| parent | 13eb5f3cfb004e5910c8e007bf1e23333c846e4e (diff) | |
update
Diffstat (limited to 'library/setupPkg.sh')
| -rw-r--r-- | library/setupPkg.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/setupPkg.sh b/library/setupPkg.sh new file mode 100644 index 0000000..bae4683 --- /dev/null +++ b/library/setupPkg.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +if [ "$1" = "pipx" ]; then + source $HOME/bin/setupPkgPipx.sh +elif [ "$1" = "yay" ]; then + source $HOME/bin/setupPkgYay.sh +fi |
