Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
クリーンアップのエラーを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Jan 1, 2020
1 parent 6570411 commit a1c6f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eg-installer
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ set -eu

#-- クリーンアップ --#
function cleanup () {
$pacman -Scc --noconfirm | loading 600 100 "クリーンアップを実行中です。"
$pacman -Scc --noconfirm | loading 600 100 "クリーンアップを実行中です。"
if [[ $ID = "arch" || $ID = "arch32" ]]; then
if [[ -n $(pacman -Qttdq) ]]; then
$pacman -Qttdq | $pacman -Rsnc - | loading 600 100 "クリーンアップを実行中です。"
Expand Down

0 comments on commit a1c6f95

Please sign in to comment.