Skip to content

Commit

Permalink
update: remove libcurl4
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Nov 5, 2018
1 parent 089bebb commit ac8aa1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ EOF
rm -f /etc/apt/preferences.d/10-ncp-buster
apt-get update

apt-get remove -y libcurl4 &>/dev/null
apt-get install -y --no-install-recommends curl debian-goodies
[[ -f /usr/bin/raspi-config ]] && apt-get install -y --no-install-recommends rpi-update
apt-get --with-new-pkgs upgrade -y
apt-get autoremove -y

} # end - only live updates

exit 0
Expand Down

0 comments on commit ac8aa1c

Please sign in to comment.