From: hayao Date: Thu, 23 Jul 2020 03:01:13 +0000 (+0900) Subject: [update] : Add line X-Git-Tag: rc3-alpha1~193^2~74 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0ad66644628be1131572a85d960b5f1af9e3f4b0;p=alterlinux%2Falterlinux.git [update] : Add line --- diff --git a/wizard.sh b/wizard.sh index 2b0cebf4..18ec1180 100755 --- a/wizard.sh +++ b/wizard.sh @@ -168,7 +168,7 @@ function install_dependencies () { echo -n "false" return 0 } - + echo for pkg in ${dependence[@]}; do msg "依存パッケージ ${pkg} を確認しています..." "Checking dependency package ${pkg} ..." if [[ $(check_pkg ${pkg}) = false ]]; then