Browse Source

fix arch

main
pvincent 7 months ago
parent
commit
cdad734271
  1. 6
      install.sh

6
install.sh

@ -44,7 +44,9 @@ if [[ $CURDIR != '/opt/miaou-bash' ]]; then
fi
else
source "$CURDIR/lib/functions.sh"
"$CURDIR/tools/idem_apt_install" "${REQUIRED_PKGS[@]}"
MIAOU_BASH_DIR=$CURDIR
export MIAOU_BASH_DIR
source "$MIAOU_BASH_DIR/lib/functions.sh"
"$MIAOU_BASH_DIR/tools/idem_apt_install" "${REQUIRED_PKGS[@]}"
./init.sh
fi
Loading…
Cancel
Save