Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
chore(themes): run unzip silently
Browse files Browse the repository at this point in the history
  • Loading branch information
c0deplayer committed Feb 9, 2024
1 parent e387c78 commit d494b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/systemwide-themes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ unpack_and_copy() {
if [[ $extension == "tar.xz" ]]; then
tar -xf "${file}"
else
unzip "${file}"
unzip -qq "${file}"
fi

if [ -d "$directory_name" ]; then
Expand Down

0 comments on commit d494b43

Please sign in to comment.