Skip to content

Commit

Permalink
Remove verbose tar
Browse files Browse the repository at this point in the history
  • Loading branch information
dutu committed May 9, 2024
1 parent 85bc0be commit 232144f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electrum/setup-installation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fi
echo_blue "Electrum source package has been successfully verified."

echo_blue "Extracting and copying udev rules for the HW wallet devices..."
tar -xzvf "${package_filename}"
tar -xzf "${package_filename}"
rm -fr "${persistence_dir}/electrum/udev"
rsync -av "Electrum-${VERSION}/contrib/udev/" "${persistence_dir}/electrum/udev/"

Expand Down

0 comments on commit 232144f

Please sign in to comment.