We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee7aa1 commit a69caadCopy full SHA for a69caad
tools/wizard.sh
@@ -166,7 +166,7 @@ function install_dependencies () {
166
local checkpkg pkg installed_pkg installed_ver check_pkg
167
168
msg "データベースの更新をしています..." "Updating package datebase..."
169
- sudo pacman -Sy
+ sudo pacman -Sy --config "${pacman_conf}"
170
installed_pkg=($(pacman -Q | getclm 1))
171
installed_ver=($(pacman -Q | getclm 2))
172
@@ -194,7 +194,6 @@ function install_dependencies () {
194
fi
195
done
196
if [[ -n "${install}" ]]; then
197
198
sudo pacman -S --needed --config "${pacman_conf}" ${install[@]}
199
200
echo
0 commit comments