Skip to content

Commit

Permalink
Fix permissions on apt-get call for wsjtx fix-broken install.
Browse files Browse the repository at this point in the history
  • Loading branch information
n7nix committed Apr 9, 2021
1 parent b4de9a3 commit d068806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hfprogs/hf_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ else
if [ $? -ne 0 ] ; then
echo -e "\n$(tput setaf 4)Problem installing $download_filename, attempting to fix broken install$(tput sgr0)\n"
# attempt to correct a system with broken dependencies
apt-get --fix-broken install
sudo apt-get --fix-broken install
fi
fi

Expand Down

0 comments on commit d068806

Please sign in to comment.