aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/stow/stowAddPkg.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/stow/stowAddPkg.sh b/library/stow/stowAddPkg.sh
index 6dc586b..aaf3687 100644
--- a/library/stow/stowAddPkg.sh
+++ b/library/stow/stowAddPkg.sh
@@ -116,6 +116,9 @@ stowAddPkg () {
done
+ cd "$dotfiles"
+ git add "$packageName"
+
echo "Пакет добавлен!"
}