pvincent 4 days ago
parent
commit
cb1c966970
  1. 2
      lib/init.bash
  2. 2
      tools/wget_semver

2
lib/init.bash

@ -2,7 +2,7 @@
# CONSTANTS
readonly REQUIRED_PKGS=(file jq vim)
readonly REQUIRED_PKGS=(file jq vim git)
readonly BACKUP='ORIGINAL'
# FUNCTIONS

2
tools/wget_semver

@ -43,7 +43,7 @@ function get_artcode {
if [ -z "$(command -v git)" ]; then
echo "INSTALLING PACKAGE <GIT> required"
source "$MIAOU_BASH_DIR/lib/functions.bash"
"$CURDIR/tools/idem_apt_install" git
"$MIAOU_BASH_DIR/tools/idem_apt_install" git
fi
case $REPO_TYPE in

Loading…
Cancel
Save