functions.bash

This commit is contained in:
pvincent
2026-04-13 11:02:20 +04:00
parent ad1f350453
commit 6a59720ef5
6 changed files with 172 additions and 109 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ function get_artcode {
if [ -z "$(command -v git)" ]; then
echo "INSTALLING PACKAGE <GIT> required"
source "$MIAOU_BASH_DIR/lib/functions.sh"
source "$MIAOU_BASH_DIR/lib/functions.bash"
"$CURDIR/tools/idem_apt_install" git
fi