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 Dec 18, 2019
1 parent edca8db commit 2865ff2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ set -eu


#-- クリーンアップ --#
# pacman -Qttdq | pacman -Rsn | loading 600 300 "不要なパッケージを削除しています。"
if [[ -n $(pacman -Qttdq 2> /dev/null) ]]; then
pacman -Qttdq | pacman -Rsn | loading 600 300 "不要なパッケージを削除しています。"
fi



Expand Down

0 comments on commit 2865ff2

Please sign in to comment.