aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar blueingreen68 <blueingreen68@gmail.com>2023-12-30 12:20:44 +0000
committerLibravatar blueingreen68 <blueingreen68@gmail.com>2023-12-30 12:20:44 +0000
commit14149385280eb5e49bc77da4e43ac3763d4bba17 (patch)
tree0821e79cc72b208c3389de197ad265a1e23ccda1
parentf04d5393ada04321b2b302535f1a198d13dcf6b7 (diff)
update
-rwxr-xr-xlibrary/cloneDotfiles.sh2
-rw-r--r--library/setupPkg.sh4
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